13#include "EventStorage/DataReader.h"
39 unsigned int numEvents,
40 unsigned int maxEvents,
41 unsigned int recEnable,
42 unsigned int triggerType,
43 uint64_t detectorMask,
44 unsigned int beamType,
45 unsigned int beamEnergy,
46 const std::string& guid,
47 const std::string& stream,
49 unsigned int lumiBlock,
50 const std::vector<std::string>& freeMetaDataStrings)
70 unsigned int runNumber,
71 unsigned int numEvents,
72 unsigned int maxEvents,
73 unsigned int recEnable,
74 unsigned int triggerType,
75 uint64_t detectorMask,
76 uint64_t detectorMask2,
77 unsigned int beamType,
78 unsigned int beamEnergy,
79 const std::string& guid,
80 const std::string& stream,
82 unsigned int lumiBlock,
83 const std::vector<std::string>& freeMetaDataStrings)
119 std::bitset<64> word1;
120 std::bitset<64> word2;
121 for (
unsigned int i=0; i<64; ++i) {
122 word1[i] = reader.detectorMask()[i];
123 word2[i] = reader.detectorMask()[i+64];
188const std::vector<std::string>&
203 <<
" detectorMask: " << word1 <<
'\n'
204 <<
" detectorMask2: " << word2 <<
'\n'
207 <<
" guid: " << bsmd.
getGuid() <<
'\n'
208 <<
" stream: " << bsmd.
getStream() <<
'\n'
212 os <<
" freeMetaDataStrings: ";
T_ResultType project(ParameterMapping::type< N > parameter_map, const T_Matrix &matrix)