Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by pam-fi, Wed May 27 13:30:09 2009 UTC | revision 1.2 by pam-fi, Thu Jul 8 14:00:30 2010 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | ||
| 8 | /*! @file CaloTrackChi2Cut.cpp The CaloTrackChi2Cut class implementation file */ | /*! @file CaloTrackChi2Cut.cpp The CaloTrackChi2Cut class implementation file */ |
| 9 | ||
| 10 | #ifndef NO_CALOAXIS | |
| 11 | ||
| 12 | #include "CaloTrackChi2Cut.h" | #include "CaloTrackChi2Cut.h" |
| 13 | ||
| 14 | int CaloTrackChi2Cut::Check(PamLevel2 *event) { | int CaloTrackChi2Cut::Check(PamLevel2 *event) { |
| # | Line 21 int CaloTrackChi2Cut::Check(PamLevel2 *e | Line 23 int CaloTrackChi2Cut::Check(PamLevel2 *e |
| 23 | return CUTOK; | return CUTOK; |
| 24 | ||
| 25 | } | } |
| 26 | ||
| 27 | #endif /* NO_CALOAXIS */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |