HighLAND
|
Representation of a detector crossing info for a trajectory/track. More...
#include <DataClassesIO.hxx>
Public Member Functions | |
AnaDetCrossingIO (const AnaDetCrossingB &cross) | |
A constructor from the corresponding base class. | |
virtual void | Define (OutputManager &man, const std::string &counter, const std::string &prefix="") const |
virtual void | Write (OutputManager &man, const std::string &prefix="", Int_t indx1=-1, Int_t indx2=0) const |
![]() | |
virtual AnaDetCrossingB * | Clone () |
Clone this object. | |
Additional Inherited Members | |
![]() | |
Float_t | EntrancePosition [4] |
for each subdetector tell the entrance position | |
Float_t | ExitPosition [4] |
for each subdetector tell the exit position | |
Float_t | EntranceMomentum [3] |
for each subdetector tell the entrance momentum | |
Float_t | ExitMomentum [3] |
for each subdetector tell the exit momentum | |
bool | InActive |
If the particle passes through an active part of the subdetector. | |
unsigned long | Detector |
![]() | |
AnaDetCrossingB (const AnaDetCrossingB &cross) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Representation of a detector crossing info for a trajectory/track.
Definition at line 23 of file DataClassesIO.hxx.