Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by pam-fi, Wed Mar 10 08:44:02 2010 UTC | revision 1.2.2.1 by pam-fi, Thu Jul 8 10:43:11 2010 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | ||
| 8 | /*! @file CaloTrackCut.cpp The CaloTrackCut class implementation file */ | /*! @file CaloTrackCut.cpp The CaloTrackCut class implementation file */ |
| 9 | ||
| 10 | #ifndef NO_CALOAXIS | |
| 11 | ||
| 12 | #include "CaloTrackCut.h" | #include "CaloTrackCut.h" |
| 13 | ||
| 14 | int CaloTrackCut::Check(PamLevel2 *event) { | int CaloTrackCut::Check(PamLevel2 *event) { |
| # | Line 38 int CaloTrackCut::Check(PamLevel2 *event | Line 40 int CaloTrackCut::Check(PamLevel2 *event |
| 40 | ||
| 41 | return CUTOK; | return CUTOK; |
| 42 | } | } |
| 43 | ||
| 44 | #endif /* NO_CALOAXIS */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |