Changeset 9518 for trunk/MagicSoft/Mars/mcorsika
- Timestamp:
- 10/26/09 14:31:19 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mcorsika
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcorsika/MCorsikaRead.h
r9186 r9518 17 17 { 18 18 private: 19 MCorsikaRunHeader *fRunHeader; // run header information container to fill from file20 MCorsikaEvtHeader *fEvtHeader; // event header information container to fill from file21 MPhotonEvent *fEvent; // event information19 MCorsikaRunHeader *fRunHeader; //! run header information container to fill from file 20 MCorsikaEvtHeader *fEvtHeader; //! event header information container to fill from file 21 MPhotonEvent *fEvent; //! event information 22 22 23 23 Bool_t fForceMode; // Force mode skipping defect RUNE -
trunk/MagicSoft/Mars/mcorsika/Makefile
r9182 r9518 6 6 # 7 7 ################################################################## 8 include ../Makefile.conf.general 8 9 include ../Makefile.conf.$(OSTYPE) 9 include ../Makefile.conf.general10 10 11 11 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.