- Timestamp:
- 06/28/16 14:29:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Corsika7500Compatibility/mcorsika/MCorsikaFormat.h
r18455 r18526 1 1 #ifndef MARS_MDataFormat 2 2 #define MARS_MDataFormat 3 4 #include <iostream> 3 5 4 6 #ifndef MARS_MAGIC … … 47 49 Bool_t fFortranRaw = false; 48 50 public: 49 MCorsikaFormatRaw(std::istream * in)50 51 //MCorsikaFormatRaw(std::istream * in) 52 // : MCorsikaFormat(in) {} 51 53 52 MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw )53 : MCorsikaFormat(in), fFortranRaw(fortranRaw) {} 54 MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw = false) 55 : MCorsikaFormat(in), fFortranRaw(fortranRaw) {}//std::cout << "\n\n||||||||||||||||||||||||||||" << fortranRaw << std::endl;} 54 56 55 57 Bool_t NextBlock(Int_t readState, Int_t & blockType, Int_t & blockVersion,
Note:
See TracChangeset
for help on using the changeset viewer.