Parent Directory
|
Revision Log
|
Patch
| revision 1.1.1.1 by pam-fi, Wed May 27 13:30:09 2009 UTC | revision 1.1.1.1.2.1 by pam-fi, Thu Jul 8 10:43:16 2010 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | ||
| 8 | /*! @file CaloIonCut.cpp The CaloCrossCut class implementation file */ | /*! @file CaloIonCut.cpp The CaloCrossCut class implementation file */ |
| 9 | ||
| 10 | #ifndef NO_CALOAXIS | |
| 11 | ||
| 12 | #include "CaloIonCut.h" | #include "CaloIonCut.h" |
| 13 | ||
| 14 | int CaloIonCut::Check(PamLevel2 *event) { | int CaloIonCut::Check(PamLevel2 *event) { |
| # | Line 35 int CaloIonCut::Check(PamLevel2 *event) | Line 37 int CaloIonCut::Check(PamLevel2 *event) |
| 37 | return CUTOK; | return CUTOK; |
| 38 | ||
| 39 | } | } |
| 40 | ||
| 41 | #endif /* NO_CALOAXIS */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |