Ignore:
Timestamp:
01/20/03 16:38:50 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r1595 r1717  
    5656                UInt_t   uiPco, 
    5757                UInt_t   uiPelS,
    58                 UInt_t   uiPelC ) {
     58                UInt_t   uiPelC,
     59                Float_t  elec,
     60                Float_t  muon,
     61                Float_t  other) {
    5962
    6063    fName  = "MMcEvt";
     
    101104  fPhotElfromShower = uiPelS ;
    102105  fPhotElinCamera   = uiPelC ;
     106
     107  fElecCphFraction=elec;
     108  fMuonCphFraction=muon;
     109  fOtherCphFraction=other;
    103110}
    104111
     
    136143    fPhotElfromShower = 0;
    137144    fPhotElinCamera   = 0;
     145
     146    fElecCphFraction=0;
     147    fMuonCphFraction=0;
     148    fOtherCphFraction=0;
    138149}
    139150
     
    166177                   UInt_t   uiPco, 
    167178                   UInt_t   uiPelS, 
    168                    UInt_t   uiPelC ) {
     179                   UInt_t   uiPelC,
     180                   Float_t  elec,
     181                   Float_t  muon,
     182                   Float_t  other ) {
    169183  //
    170184  //  All datamembers are filled with the correspondin parameters.
     
    205219  fPhotElfromShower = uiPelS ;
    206220  fPhotElinCamera = uiPelC ;
     221
     222  fElecCphFraction=elec;
     223  fMuonCphFraction=muon;
     224  fOtherCphFraction=other;
     225
    207226}
    208227
Note: See TracChangeset for help on using the changeset viewer.