ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/EvtSelData.cc
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/EvtSelData.cc (file contents):
Revision 1.1 by loizides, Tue Dec 8 10:49:54 2009 UTC vs.
Revision 1.3 by edwenger, Tue Jan 5 16:39:44 2010 UTC

# Line 11 | Line 11 | EvtSelData::EvtSelData(Double_t HcalNeg,
11                         Double_t HfNeg, Double_t HfPos, Double_t HfNegTime, Double_t HfPosTime,
12                         Double_t CaNeg, Double_t CaPos, Double_t CaNegTime, Double_t CaPosTime,
13                         Double_t ZdcNeg, Double_t ZdcPos, Double_t ZdcNegTime, Double_t ZdcPosTime,
14 <                       Int_t PxbHits, Double_t ClusVtxQual)
14 >                       Int_t PxbHits, Int_t PxHits, Double_t ClusVtxQual, Double_t ClusVtxDiff,
15 >                       Double_t HPTrkFrac)
16    :   fHcalNeg(HcalNeg), fHcalPos(HcalPos),
17        fHfNeg(HfNeg), fHfPos(HfPos), fHfNegTime(HfNegTime), fHfPosTime(HfPosTime),
18        fCaNeg(CaNeg), fCaPos(CaPos), fCaNegTime(CaNegTime), fCaPosTime(CaPosTime),
19        fZdcNeg(ZdcNeg), fZdcPos(ZdcPos), fZdcNegTime(ZdcNegTime), fZdcPosTime(ZdcPosTime),
20 <      fPxbHits(PxbHits), fClusVtxQual(ClusVtxQual)
20 >      fPxbHits(PxbHits), fPxHits(PxHits), fClusVtxQual(ClusVtxQual), fClusVtxDiff(ClusVtxDiff),
21 >      fHPTrkFrac(HPTrkFrac)
22   {
23    // Default constructor.
24   }
# Line 26 | Line 28 | void EvtSelData::Set (Double_t HcalNeg,
28                        Double_t HfNeg, Double_t HfPos, Double_t HfNegTime, Double_t HfPosTime,
29                        Double_t CaNeg, Double_t CaPos, Double_t CaNegTime, Double_t CaPosTime,
30                        Double_t ZdcNeg, Double_t ZdcPos, Double_t ZdcNegTime, Double_t ZdcPosTime,
31 <                      Int_t PxbHits, Double_t ClusVtxQual)
31 >                      Int_t PxbHits, Int_t PxHits, Double_t ClusVtxQual, Double_t ClusVtxDiff,
32 >                      Double_t HPTrkFrac)
33 >
34   {
35    // Set values.
36  
# Line 45 | Line 49 | void EvtSelData::Set (Double_t HcalNeg,
49    fZdcNegTime  = ZdcNegTime;
50    fZdcPosTime  = ZdcPosTime;
51    fPxbHits     = PxbHits;
52 +  fPxHits      = PxHits;
53    fClusVtxQual = ClusVtxQual;
54 +  fClusVtxDiff = ClusVtxDiff;
55 +  fHPTrkFrac   = HPTrkFrac;
56   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines