5 outfilecore(cfgMonitor.getParameter<
std::
string>(
"outfile")),
6 maxEventsPerJob(cfgMonitor.getParameter<
int>(
"maxEventsPerJob")),
7 fillTrackMonitoring(cfgMonitor.getParameter<
bool>(
"fillTrackMonitoring")),
9 trackmonitorvars(maxEventsPerJob,
maxTracks),
10 fillTrackHitMonitoring(cfgMonitor.getParameter<
bool>(
"fillTrackHitMonitoring")),
11 maxHits(cfgMonitor.getParameter<
int>(
"maxHits")),
19 : cfgMonitor(
other.cfgMonitor),
20 outfilecore(
other.outfilecore),
21 maxEventsPerJob(
other.maxEventsPerJob),
22 fillTrackMonitoring(
other.fillTrackMonitoring),
24 fillTrackHitMonitoring(
other.fillTrackHitMonitoring),
27 eventCounter(
other.eventCounter),
28 hitCounter(
other.hitCounter) {}
42 if (
tree !=
nullptr) {
63 if (
tree !=
nullptr) {
92 if ((
int)
m_Pt.size() < NewSize)
93 NewSize =
m_Pt.size();