StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StAcceptAllEvents.cxx
1 #include "StAcceptAllEvents.h"
2 #include "StEventTypes.h"
3  ClassImp(StAcceptAllEvents)
4 int StAcceptAllEvents::Accept(StEvent* event){return 1;}
5 void StAcceptAllEvents::Report(){cout << "StAcceptAllEvents: No track cuts for uDST" << endl;}