24 ,
"FEDRawDataCollection"
25 ,
"FEDRawDataCollection"
31 , dummyProvenance_(constBranchDescription_.branchID())
32 , processParameterSet_()
44 typedef std::vector<std::string>
vstring;
49 modlbl.push_back(moduleLabel);
58 pseudoInput.addParameter<
std::string>(
"@module_label", moduleLabel);
59 pseudoInput.addParameter<
std::string>(
"@module_type", moduleName);
97 for(
auto const& pc : ph) {
107 std::vector<ProcessConfiguration> newPCs;
108 for(
auto const& pc : pcv) {
112 pc.releaseVersion(), pc.passID());
115 assert(!newPCs.empty());
116 pcv.reserve(pcv.size() + newPCs.size());
117 pcv.insert(pcv.end(), newPCs.begin(), newPCs.end());
119 for(
auto& ph : phv) {
120 for(
auto const& newPC : newPCs) {
123 ph.push_front(newPC);
125 phidMap_.insert(std::make_pair(oldPHID, newPHID));
131 phv.reserve(phv.size() + newPCs.size());
132 for(
auto const& newPC : newPCs) {
134 phv.back().push_front(newPC);
149 for(
auto&
list : lists) {
156 typedef std::map<BranchID, std::set<BranchID> > BCMap;
158 BCMap& childLookup =
const_cast<BCMap&
>(branchChildren.
childLookup());
162 if(i != childLookup.end()) {
163 childLookup.insert(std::make_pair(
newBranchID_, i->second));
164 childLookup.erase(i);
168 for(
auto&
child : childLookup) {
178 ProcessHistoryIDMap::const_iterator it =
phidMap_.find(phid);
std::string const & processName() const
DaqProvenanceHelper(TypeID const &rawDataType)
std::vector< BranchIDList > BranchIDLists
BranchDescription const & me() const
std::vector< std::string > vstring
ParameterSetID id() const
static ThreadSafeRegistry * instance()
BranchID const & mapBranchID(BranchID const &branchID) const
collection_type const & data() const
bool insertMapped(value_type const &v)
PassID const & passID() const
void emplace_back(Args &&...args)
ProcessHistoryID daqInit(ProductRegistry &productRegistry) const
std::string const & moduleName() const
ProcessHistoryID const & mapProcessHistoryID(ProcessHistoryID const &phid)
ConstBranchDescription constBranchDescription_
map_t const & childLookup() const
ProcessHistoryIDMap phidMap_
void addParameter(std::string const &name, T const &value)
std::string getReleaseVersion()
ParentageIDMap parentageIDMap_
ReleaseVersion const & releaseVersion() const
void fixMetaData(std::vector< ProcessConfiguration > &pcv, std::vector< ProcessHistory > &phv)
std::string oldProcessName_
ParentageID const & mapParentageID(ParentageID const &phid) const
ProcessHistoryID id() const
ParameterSet const & registerIt()
ParameterSet processParameterSet_
void copyProduct(BranchDescription const &productdesc)
std::string const & moduleLabel() 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 list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
ProcessHistoryID const * oldProcessHistoryID_
bool matchProcesses(ProcessConfiguration const &pc, ProcessHistory const &ph) const