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:22 2010 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | ||
| 8 | /*! @file CaloNHitCut.cpp The CaloNHitCut class implementation file */ | /*! @file CaloNHitCut.cpp The CaloNHitCut class implementation file */ |
| 9 | ||
| 10 | #ifndef NO_CALOAXIS | |
| 11 | ||
| 12 | #include "CaloNHitCut.h" | #include "CaloNHitCut.h" |
| 13 | ||
| 14 | int CaloNHitCut::Check(PamLevel2 *event) { | int CaloNHitCut::Check(PamLevel2 *event) { |
| # | Line 41 int CaloNHitCut::Check(PamLevel2 *event) | Line 43 int CaloNHitCut::Check(PamLevel2 *event) |
| 43 | return CUTOK; | return CUTOK; |
| 44 | ||
| 45 | } | } |
| 46 | ||
| 47 | #endif /* NO_CALOAXIS */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |