#include <SdFootprintData_ROOT.h>
Public Member Functions | |
ClassDefNV (SdFootprintData_ROOT, 1) | |
void | operator>> (sevt::SdFootprintData &theFootprintData) const |
SdFootprintData_ROOT () | |
SdFootprintData_ROOT (const sevt::SdFootprintData &theFootprintData) | |
Public Attributes | |
int | fAlignment = 0 |
double | fAreaOverPeakAsymmetry = 0 |
double | fLength = 0 |
std::map< int, double > | fParameters |
double | fSpeed = 0 |
double | fSpeedStandardDeviation = 0 |
double | fTOTFraction = 0 |
double | fWidth = 0 |
Definition at line 13 of file SdFootprintData_ROOT.h.
|
inline |
Definition at line 15 of file SdFootprintData_ROOT.h.
SdFootprintData_ROOT::SdFootprintData_ROOT | ( | const sevt::SdFootprintData & | theFootprintData | ) |
Definition at line 10 of file SdFootprintData_ROOT.cc.
References G4StationSimulatorOG::p.
io::SdFootprintData_ROOT::ClassDefNV | ( | SdFootprintData_ROOT | , |
1 | |||
) |
void SdFootprintData_ROOT::operator>> | ( | sevt::SdFootprintData & | theFootprintData | ) | const |
Definition at line 25 of file SdFootprintData_ROOT.cc.
References fAlignment, fAreaOverPeakAsymmetry, fLength, fParameters, fSpeed, fSpeedStandardDeviation, fTOTFraction, fWidth, sevt::SdFootprintData::SetAlignment(), sevt::SdFootprintData::SetAreaOverPeakAsymmetry(), sevt::SdFootprintData::SetLength(), sevt::SdFootprintData::SetParameter(), sevt::SdFootprintData::SetSpeed(), sevt::SdFootprintData::SetTOTFraction(), and sevt::SdFootprintData::SetWidth().
int io::SdFootprintData_ROOT::fAlignment = 0 |
Definition at line 27 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fAreaOverPeakAsymmetry = 0 |
Definition at line 26 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fLength = 0 |
Definition at line 21 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
std::map<int, double> io::SdFootprintData_ROOT::fParameters |
Definition at line 29 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fSpeed = 0 |
Definition at line 23 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fSpeedStandardDeviation = 0 |
Definition at line 24 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fTOTFraction = 0 |
Definition at line 25 of file SdFootprintData_ROOT.h.
Referenced by operator>>().
double io::SdFootprintData_ROOT::fWidth = 0 |
Definition at line 22 of file SdFootprintData_ROOT.h.
Referenced by operator>>().