Changeset 9362 for trunk/MagicSoft/Mars/mcorsika/MCorsikaRunHeader.cc
- Timestamp:
- 02/22/09 23:36:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcorsika/MCorsikaRunHeader.cc
r9359 r9362 66 66 // 67 67 MCorsikaRunHeader::MCorsikaRunHeader(const char *name, const char *title) 68 : fNumObsLevel(0), f ZdMin(0), fZdMax(-1), fAzMin(0), fAzMax(0),69 f ViewConeInnerAngle(0), fViewConeOuterAngle(-1)68 : fNumObsLevel(0), fImpactMax(-1), fZdMin(0), fZdMax(-1), 69 fAzMin(0), fAzMax(0), fViewConeInnerAngle(0), fViewConeOuterAngle(-1) 70 70 { 71 71 fName = name ? name : "MCorsikaRunHeader"; … … 183 183 // g[93] angle between array x-direction and magnetic north 184 184 185 fImpactMax = -1; 186 /* 185 187 // This is a trick to use CERARY for storage of the 186 188 // maximum simulated impact 187 fImpactMax = -1;188 189 if (TMath::Nint(g[84])==1 && TMath::Nint(g[85])==1 && 189 190 TMath::Nint(g[88])==1 && TMath::Nint(g[89])==1 && 190 191 g[86]==g[87]) 191 192 fImpactMax = g[86]; 192 193 */ 193 194 fWavelengthMin = g[94]; // Cherenkov bandwidth lower end in nm 194 195 fWavelengthMax = g[95]; // Cherenkov bandwidth upper end in nm … … 272 273 273 274 if (fViewConeOuterAngle>0) 274 *fLog << "ViewCone: " << fViewConeInnerAngle << UTF8::kDeg << " -" << fViewConeOuterAngle << UTF8::kDeg << endl;275 *fLog << "ViewCone: " << fViewConeInnerAngle << UTF8::kDeg << " - " << fViewConeOuterAngle << UTF8::kDeg << endl; 275 276 276 277 if (fZdMax>=0) … … 300 301 *fLog << " CEFFIC"; 301 302 if (Has(kAtmext)) 302 *fLog << " ATMEXT" ;303 *fLog << " ATMEXT" << GetNumAtmosphericModel(); 303 304 if (Has(kRefraction)) 304 305 *fLog << " AtmRefraction";
Note:
See TracChangeset
for help on using the changeset viewer.