|
| RawEventOutputModuleForBU (edm::ParameterSet const &ps) |
|
| ~RawEventOutputModuleForBU () |
|
BranchChildren const & | branchChildren () const |
|
BranchIDLists const * | branchIDLists () const |
|
std::array< bool,
NumBranchTypes > const & | hasNewlyDroppedBranch () const |
|
SelectedProductsForBranchType
const & | keptProducts () const |
|
int | maxEvents () const |
|
OutputModule & | operator= (OutputModule const &)=delete |
|
| OutputModule (ParameterSet const &pset) |
|
| OutputModule (OutputModule const &)=delete |
|
std::string const & | processName () const |
|
int | remainingEvents () const |
|
bool | selected (BranchDescription const &desc) const |
|
void | selectProducts (ProductRegistry const &preg) |
|
bool | wantAllEvents () const |
|
virtual | ~OutputModule () |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
typedef OutputModule | ModuleType |
|
static const std::string & | baseType () |
|
static void | fillDescription (ParameterSetDescription &desc) |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
void | configure (OutputModuleDescription const &desc) |
|
ModuleDescription const & | description () const |
|
void | doBeginJob () |
|
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *mcc) |
|
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *mcc) |
|
void | doEndJob () |
|
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *mcc) |
|
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *mcc) |
|
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, ModuleCallingContext const *mcc) |
|
void | doPreallocate (PreallocationConfiguration const &) |
|
std::map< BranchID::value_type,
BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
|
Trig | getTriggerResults (EventPrincipal const &ep, ModuleCallingContext const *) const |
|
ModuleDescription const & | moduleDescription () const |
|
ParameterSetID | selectorConfig () const |
|
void | setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<class Consumer>
class RawEventOutputModuleForBU< Consumer >
Definition at line 20 of file RawEventOutputModuleForBU.h.
template<class Consumer >
Implements edm::OutputModule.
Definition at line 77 of file RawEventOutputModuleForBU.h.
References FEDRawData::data(), idDealer::description, edm::EventID::event(), event(), lut2db_cfg::filename, edm::EventBase::id(), customizeTrackingMonitorSeedNumber::idx, python.rootplot.utilities::ls(), edm::EventBase::luminosityBlock(), edm::EventPrincipal::luminosityBlock(), lumiQueryAPI::msg, edm::EventID::run(), FEDRawData::size(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by pkg.AbstractPkg::generate().
79 unsigned int ls =
e.luminosityBlock();
94 int expectedSize = (4 + 1024) *
sizeof(
uint32);
97 expectedSize += singleFED.
size();
104 boost::shared_array<unsigned char> workBuffer(
new unsigned char[expectedSize + 256]);
113 fedsize[
idx] = singleFED.
size();
115 memcpy(bufPtr,fedsize,1024 *
sizeof(
uint32));
119 if (singleFED.
size() > 0) {
120 memcpy(bufPtr, singleFED.
data(), singleFED.
size());
121 bufPtr += singleFED.
size()/4;
unsigned long long writtensize
size_t size() const
Lenght of the data buffer in bytes.
unsigned long long totsize
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
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
unsigned int numEventsPerFile_
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
ModuleDescription const & description() const
std::auto_ptr< Consumer > templateConsumer_