/[PAMELA software]/PamCut/CommonDefs.h
ViewVC logotype

Diff of /PamCut/CommonDefs.h

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

revision 1.8 by pam-fi, Wed Mar 10 09:10:44 2010 UTC revision 1.9 by pam-fi, Thu Mar 11 19:17:44 2010 UTC
# Line 14  Line 14 
14  /*! @brief The implementations of PamCut::Check() must return this value if the event satisfy the cut*/  /*! @brief The implementations of PamCut::Check() must return this value if the event satisfy the cut*/
15  const int CUTOK = -1;  const int CUTOK = -1;
16    
17    const float POSITIVE = 1.0; ///< Positive sign alias
18    const float NEGATIVE = -1.0; ///< Negative sign alias
19    
20  /*! @enum DETECTORCODE  /*! @enum DETECTORCODE
21   * The values for each detector correspond to a binary code associated to that detector.   * The values for each detector correspond to a binary code associated to that detector.
22   * These can be arithmetically added to create a binary code for a set of detectors.   * These can be arithmetically added to create a binary code for a set of detectors.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23