22 |
Float_t cutoff; ///< Calculated cutoff for the incoming particle taking into account particle direction |
Float_t cutoff; ///< Calculated cutoff for the incoming particle taking into account particle direction |
23 |
// |
// |
24 |
OrbitalInfoTrkVar(); |
OrbitalInfoTrkVar(); |
25 |
|
OrbitalInfoTrkVar(const OrbitalInfoTrkVar&); |
26 |
OrbitalInfoTrkVar* GetOrbitalInfoTrkVar(){return this;}; |
OrbitalInfoTrkVar* GetOrbitalInfoTrkVar(){return this;}; |
27 |
// |
// |
28 |
void Clear(Option_t *t=""); |
void Clear(Option_t *t=""); |
29 |
void Delete(Option_t *t=""); //ELENA |
void Delete(Option_t *t=""); //ELENA |
30 |
// |
// |
31 |
ClassDef(OrbitalInfoTrkVar, 2); |
ClassDef(OrbitalInfoTrkVar, 3); |
32 |
// |
// |
33 |
}; |
}; |
34 |
|
|