CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
fwlite::EventHistoryGetter Class Reference

#include <EventHistoryGetter.h>

Inheritance diagram for fwlite::EventHistoryGetter:
fwlite::HistoryGetterBase

Public Member Functions

 EventHistoryGetter (const Event *)
 
const edm::ProcessHistoryhistory () const
 
virtual ~EventHistoryGetter ()
 
- Public Member Functions inherited from fwlite::HistoryGetterBase
 HistoryGetterBase ()
 
virtual ~HistoryGetterBase ()
 

Private Member Functions

 EventHistoryGetter (const EventHistoryGetter &)
 
const EventHistoryGetteroperator= (const EventHistoryGetter &)
 

Private Attributes

const fwlite::Eventevent_
 

Detailed Description

Definition at line 27 of file EventHistoryGetter.h.

Constructor & Destructor Documentation

EventHistoryGetter::EventHistoryGetter ( const Event event)

Definition at line 23 of file EventHistoryGetter.cc.

References event(), and event_.

23  {
24  event_ = event;
25  }
const fwlite::Event * event_
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
EventHistoryGetter::~EventHistoryGetter ( )
virtual

Definition at line 27 of file EventHistoryGetter.cc.

27 {}
fwlite::EventHistoryGetter::EventHistoryGetter ( const EventHistoryGetter )
private

Member Function Documentation

const edm::ProcessHistory & EventHistoryGetter::history ( ) const
virtual

Implements fwlite::HistoryGetterBase.

Definition at line 32 of file EventHistoryGetter.cc.

References event_, and fwlite::Event::history().

32  {
33  return event_->history();
34  }
const fwlite::Event * event_
edm::ProcessHistory const & history() const
Definition: Event.cc:321
const EventHistoryGetter& fwlite::EventHistoryGetter::operator= ( const EventHistoryGetter )
private

Member Data Documentation

const fwlite::Event* fwlite::EventHistoryGetter::event_
private

Definition at line 41 of file EventHistoryGetter.h.

Referenced by EventHistoryGetter(), and history().