Project
Loading...
Searching...
No Matches
EventFinderParam.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
15
16
#ifndef O2_MCH_EVENTFINDERPARAM_H_
17
#define O2_MCH_EVENTFINDERPARAM_H_
18
19
#include "
CommonUtils/ConfigurableParam.h
"
20
#include "
CommonUtils/ConfigurableParamHelper.h
"
21
22
namespace
o2
23
{
24
namespace
mch
25
{
26
28
struct
EventFinderParam
:
public
o2::conf::ConfigurableParamHelper
<EventFinderParam> {
29
30
int
triggerRange
[2] = {-12, 13};
31
32
O2ParamDef
(
EventFinderParam
,
"MCHTriggering"
);
33
};
34
35
}
// namespace mch
36
}
// namespace o2
37
38
#endif
// O2_MCH_EVENTFINDERPARAM_H_
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
o2::mch::EventFinderParam
Configurable parameters to group MCH digits based on MID information.
Definition
EventFinderParam.h:28
o2::mch::EventFinderParam::triggerRange
int triggerRange[2]
BC range [min, max[ of the trigger window around the MID IR.
Definition
EventFinderParam.h:30
o2::mch::EventFinderParam::O2ParamDef
O2ParamDef(EventFinderParam, "MCHTriggering")
Detectors
MUON
MCH
Triggering
include
MCHTriggering
EventFinderParam.h
Generated on Sat Feb 21 2026 17:58:46 for Project by
1.9.8