Changeset 19669 for trunk/Mars/mcorsika
- Timestamp:
- 09/23/19 18:26:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcorsika/MCorsikaRead.h
r19535 r19669 41 41 MParList *fParList; //! tasklist to call ReInit from 42 42 43 Int_tfNumTelescopes; //! Number of telescopes in array43 UInt_t fNumTelescopes; //! Number of telescopes in array 44 44 Int_t fNumTelescope; //! Number of telescope currently being read 45 45 TArrayF fTelescopeX; //! x pos (measured towards north, unit: cm) … … 93 93 UInt_t GetEntries() { return fNumTotalEvents/*/fInterleave*/; } 94 94 95 UInt_t GetNumFiles() { return fFileNames->GetEntries(); } 96 95 97 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 96 98
Note:
See TracChangeset
for help on using the changeset viewer.