Changeset 9313 for trunk/MagicSoft/Mars/mcorsika
- Timestamp:
- 02/11/09 10:48:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcorsika/MCorsikaRunHeader.h
r9312 r9313 45 45 MCorsikaRunHeader(const char *name=NULL, const char *title=NULL); 46 46 47 // Getter 48 UInt_t GetRunNumber() const { return fRunNumber; } 49 UInt_t GetParticleID() const { return fParticleID; } 50 UInt_t GetNumEvents() const { return fNumEvents; } 51 47 52 UInt_t GetFormatVersion() const { return (UInt_t)fProgramVersion; } 48 Bool_t HasViewCone() const { return fViewConeOuterAngle>0; }49 50 UInt_t GetParticleID() const { return fParticleID; }51 53 52 54 Float_t GetZdMin() const { return fZdMin; } … … 66 68 67 69 Float_t GetViewConeOuterAngle() const { return fViewConeOuterAngle; } 70 Bool_t HasViewCone() const { return fViewConeOuterAngle>0; } 68 71 69 UInt_t GetNumEvents() const { return fNumEvents; } 70 71 void Print(Option_t *t=NULL) const; 72 72 // I/O 73 73 Bool_t ReadEvt(istream& fin); 74 74 Bool_t ReadEvtEnd(istream& fin); 75 75 Bool_t SeekEvtEnd(istream &fin); 76 76 77 // TObject 78 void Print(Option_t *t=NULL) const; 79 77 80 ClassDef(MCorsikaRunHeader, 2) // storage container for general info 78 81 };
Note:
See TracChangeset
for help on using the changeset viewer.