- Timestamp:
- 03/09/16 15:40:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Corsika7500Compatibility/mcorsika/MCorsikaFormat.h
r10213 r18455 45 45 { 46 46 private: 47 47 Bool_t fFortranRaw = false; 48 48 public: 49 49 MCorsikaFormatRaw(std::istream * in) 50 50 : MCorsikaFormat(in) {} 51 52 MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw) 53 : MCorsikaFormat(in), fFortranRaw(fortranRaw) {} 51 54 52 55 Bool_t NextBlock(Int_t readState, Int_t & blockType, Int_t & blockVersion,
Note:
See TracChangeset
for help on using the changeset viewer.