00001 #include "StAcceptAllEvents.h" 00002 #include "StEventTypes.h" 00003 ClassImp(StAcceptAllEvents) 00004 int StAcceptAllEvents::Accept(StEvent* event){return 1;} 00005 void StAcceptAllEvents::Report(){cout << "StAcceptAllEvents: No track cuts for uDST" << endl;}
1.5.9