/[PAMELA software]/PamCut/MiscCuts/DataQualCut/DataQualCut.cpp
ViewVC logotype

Diff of /PamCut/MiscCuts/DataQualCut/DataQualCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pam-fi, Thu Apr 29 13:09:13 2010 UTC revision 1.5 by pam-fi, Thu Jul 28 13:29:24 2011 UTC
# Line 83  int DataQualCut::Check(PamLevel2 *event) Line 83  int DataQualCut::Check(PamLevel2 *event)
83    // ++++++++++ CALO LEVEL 1 ++++++++++    // ++++++++++ CALO LEVEL 1 ++++++++++
84    if ((_cutMask & CALO_L1) == CALO_L1) {    if ((_cutMask & CALO_L1) == CALO_L1) {
85      if (! (event->GetCaloLevel1() ) ) {      if (! (event->GetCaloLevel1() ) ) {
86        return CALO;        return CALO_L1;
87      }      }
88      if (! CL1IsGood(event->GetCaloLevel1(),event->GetCaloLevel2()) ){      if (! CL1IsGood(event->GetCaloLevel1(),event->GetCaloLevel2()) ){
89        return CALO;        return CALO_L1;
90      }      }
91    }    }
92        

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23