|
|
Go to the documentation of this file.
24 "FEDRawDataCollection",
25 "FEDRawDataCollection",
27 "FedRawDataInputSource",
31 desc.setIsProvenanceSetOnRead();
38 : constBranchDescription_(makeDescriptionForDaqProvHelper(rawDataType)),
39 dummyProvenance_(constBranchDescription_.branchID()),
40 processParameterSet_(),
44 oldProcessHistoryID_(nullptr),
51 typedef std::vector<std::string>
vstring;
99 for (
auto const& pc : ph) {
109 std::vector<ProcessConfiguration> newPCs;
110 for (
auto const& pc : pcv) {
117 pcv.reserve(pcv.size() + newPCs.size());
118 pcv.insert(pcv.end(), newPCs.begin(), newPCs.end());
120 for (
auto& ph : phv) {
121 for (
auto const& newPC : newPCs) {
124 ph.push_front(newPC);
126 phidMap_.insert(std::make_pair(oldPHID, newPHID));
132 phv.reserve(phv.size() + newPCs.size());
133 for (
auto const& newPC : newPCs) {
135 phv.back().push_front(newPC);
147 BranchIDLists& lists = const_cast<BranchIDLists&>(branchIDLists);
148 for (
auto&
list : lists) {
154 typedef std::map<BranchID, std::set<BranchID> > BCMap;
156 BCMap& childLookup = const_cast<BCMap&>(branchChildren.
childLookup());
160 if (
i != childLookup.end()) {
162 childLookup.erase(
i);
166 for (
auto&
child : childLookup) {
175 ProcessHistoryIDMap::const_iterator it =
phidMap_.find(phid);
ParameterSet const & registerIt()
std::string oldProcessName_
bool registerProcessHistory(ProcessHistory const &processHistory)
ReleaseVersion const & releaseVersion() const
ParameterSet processParameterSet_
ParentageID const & mapParentageID(ParentageID const &phid) const
bool matchProcesses(ProcessConfiguration const &pc, ProcessHistory const &ph) const
ProcessHistoryID const * oldProcessHistoryID_
ParameterSetID id() const
PassID const & passID() const
std::vector< std::string > vstring
std::string const & processName() const
std::vector< BranchIDList > BranchIDLists
const std::type_info & typeInfo() const
void copyProduct(BranchDescription const &productdesc)
BranchID const & mapBranchID(BranchID const &branchID) const
ProcessHistoryID daqInit(ProductRegistry &productRegistry, ProcessHistoryRegistry &processHistoryRegistry) const
void setOldParentageIDToNew(ParentageID const &iOld, ParentageID const &iNew)
void addParameter(std::string const &name, T const &value)
map_t const & childLookup() const
static const std::string triggerPaths
ParentageIDMap parentageIDMap_
void emplace_back(Args &&... args)
DaqProvenanceHelper(TypeID const &rawDataType)
std::string const & moduleName() const
ProcessHistoryID setProcessHistoryID()
Hash< ProcessHistoryType > ProcessHistoryID
std::string const & moduleLabel() const
ProcessHistoryID const & mapProcessHistoryID(ProcessHistoryID const &phid)
ProcessHistoryIDMap phidMap_
std::string getReleaseVersion()
void fixMetaData(ProcessConfigurationVector &pcv, std::vector< ProcessHistory > &phv)
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
std::string moduleName(Provenance const &provenance, ProcessHistory const &history)
const BranchDescription constBranchDescription_
def replace(string, replacements)