CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWFFNavigator.cc
Go to the documentation of this file.
2 #include "TSystem.h"
3 
4 void
6 {
8  gSystem->ExitLoop();
9 }
10 
11 void
13 {
15  gSystem->ExitLoop();
16 }
17 
18 void
20 {
22  gSystem->ExitLoop();
23 }
24 
25 void
27 {
29  gSystem->ExitLoop();
30 }
31 
36 void
38 {
42  newEvent_.emit();
43 }
44 
45 const edm::EventID &
47 {
48  return m_firstEventID;
49 }
virtual void nextEvent()
Definition: FWFFNavigator.cc:5
enum FWFFNavigatorState m_currentTransition
Definition: FWFFNavigator.h:65
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
const edm::EventID & getFirstEventID()
edm::EventID m_firstEventID
Definition: FWFFNavigator.h:64
const edm::Event * m_currentEvent
Definition: FWFFNavigator.h:63
virtual void previousEvent()
edm::EventID id() const
Definition: EventBase.h:60
virtual void lastEvent()
virtual void firstEvent()
void setCurrentEvent(const edm::Event *)
sigc::signal< void > newEvent_