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

Diff of /PamCut/MiscCuts/DataQualCut/DataQualCut.h

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

revision 1.2 by pam-fi, Tue Mar 9 18:02:08 2010 UTC revision 1.3 by pam-fi, Thu Apr 29 13:09:13 2010 UTC
# Line 2  Line 2 
2   * DataQualCut.h   * DataQualCut.h
3   *   *
4   *  Created on: 10-mar-2009   *  Created on: 10-mar-2009
5   *      Author: N. Mori   *      Author: N. Mori, S. Ricciarini, E. Mocchiutti
6   */   */
7    
8  #ifndef DATAQUALCUT_H_  #ifndef DATAQUALCUT_H_
# Line 16  Line 16 
16   * This cut ensures that all the data relative to the various detectors is   * This cut ensures that all the data relative to the various detectors is
17   * present in the current event and that it has been correctly read.   * present in the current event and that it has been correctly read.
18   */   */
19    //TODO: vedere se includere il ND e S4, chiedere riguardo al controllo su ORB che non c'e' in PamLevel2::IsGood()
20  class DataQualCut: public PamCut {  class DataQualCut: public PamCut {
21    
22  public:  public:
# Line 57  DataQualCut.h Line 57  DataQualCut.h
57  private:  private:
58    
59    unsigned int _cutMask;    unsigned int _cutMask;
60      Bool_t CL1IsGood(CaloLevel1 *cl1, CaloLevel2 *cl2); ///< Check CaloLevel1 Consistency
61    
62  };  };
63  #endif /* DATAQUALCUT_H_ */  #endif /* DATAQUALCUT_H_ */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23