Definition at line 44 of file XMLOutputModule.cc.
edm::XMLOutputModule::XMLOutputModule |
( |
ParameterSet const & |
iPSet | ) |
|
edm::XMLOutputModule::~XMLOutputModule |
( |
| ) |
|
|
virtual |
Implements edm::OutputModule.
Definition at line 535 of file XMLOutputModule.cc.
References begin, end, event(), indentation_, edm::InEvent, edm::OutputModule::keptProducts(), and stream_.
536 ModuleDescription desc;
537 Event event(const_cast<EventPrincipal&>(iEP), desc);
538 stream_ <<
"<event run=\"" <<
event.id().run() <<
"\" number=\"" <<
event.id().event() <<
"\" >\n";
543 stream_ <<
"<product type=\"" << (*itBD)->friendlyClassName()
544 <<
"\" module=\"" << (*itBD)->moduleLabel()
545 <<
"\" productInstance=\"" << (*itBD)->productInstanceName() <<
"\">\n";
548 (*itBD)->className(),
549 (*itBD)->moduleLabel(),
550 (*itBD)->productInstanceName(),
555 stream_ <<
"</event>" << std::endl;
SelectionsArray const & keptProducts() const
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
virtual void edm::XMLOutputModule::writeRun |
( |
RunPrincipal const & |
| ) |
|
|
inlineprivatevirtual |
std::string edm::XMLOutputModule::indentation_ |
|
private |
std::ofstream edm::XMLOutputModule::stream_ |
|
private |