Changeset 1719 for trunk/MagicSoft/Simulation
- Timestamp:
- 01/20/03 17:15:58 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx
r1674 r1719 164 164 Float_t CPhotons; // Photons reaching the chamber 165 165 166 Float_t dummy[10]; /* not used */ 166 /* Now follow the fraction of photons reaching the camera produced by 167 * electrons, muons and other particles respectively: 168 */ 169 Float_t elec_cph_fraction; 170 Float_t muon_cph_fraction; 171 Float_t other_cph_fraction; 172 173 Float_t dummy[7]; /* not used */ 167 174 168 175 public: … … 292 299 293 300 inline Float_t get_CWaveUpper() {return CWaveUpper;} 301 302 inline Float_t get_ElecFraction() {return elec_cph_fraction;} 303 304 inline Float_t get_MuonFraction() {return muon_cph_fraction;} 305 306 inline Float_t get_OtherFraction() {return other_cph_fraction;} 294 307 295 308 // transport from COREventHeader to MCEventHeader_2
Note:
See TracChangeset
for help on using the changeset viewer.