Project
Loading...
Searching...
No Matches
o2::event_visualisation::EveConfParam Struct Reference

#include <EveConfParam.h>

Inherits o2::conf::ConfigurableParamHelper< EveConfParam >.

Public Member Functions

 O2ParamDef (EveConfParam, "eveconf")
 
- Public Member Functions inherited from o2::conf::ConfigurableParamHelper< EveConfParam >
std::string getName () const final
 
EParamProvenance getMemberProvenance (const std::string &key) const final
 
void printKeyValues (bool showProv=true, bool useLogger=false) const final
 
size_t getHash () const final
 
void output (std::ostream &out) const final
 
std::vector< ParamDataMember > * getDataMembers () const
 
void putKeyValues (boost::property_tree::ptree *tree) final
 
void initFrom (TFile *file) final
 
void syncCCDBandRegistry (void *externalobj) final
 
void serializeTo (TFile *file) const final
 
 ConfigurableParam ()
 

Public Attributes

float EMCCellTimeMax = 100.f
 
float EMCCellEnergyMin = 0.3f
 
float timeMinMax [2] = {-999.f, -999.f}
 
int maxFiles = 150
 
int maxTracks = -1
 
int maxBytes = 3000000
 
int maxPVs = -1
 
int minTracks = -1
 
int minITSTracks = -1
 
int onlyNthEvent = -1
 
float PVXYZMin [3] = {-999.f, -999.f, -999.f}
 
float PVXYZMax [3] = {999.f, 999.f, 999.f}
 
float TPCOnlyMaxDCARZ [2] = {-999.f, -999.f}
 
float TPCEtaAbsMax = -1.f
 
bool PVMode = false
 
bool PVTriggersMode = false
 
bool trackSorting = false
 
bool filterITSROF = false
 
bool calibrateEMC = true
 

Additional Inherited Members

- Public Types inherited from o2::conf::ConfigurableParam
enum  EParamProvenance { kCODE , kCCDB , kRT }
 
enum class  EParamUpdateStatus { Changed , Unchanged , Failed }
 
- Static Public Member Functions inherited from o2::conf::ConfigurableParamHelper< EveConfParam >
static const EveConfParam & Instance ()
 
- Static Public Member Functions inherited from o2::conf::ConfigurableParam
static std::string toString (EParamProvenance p)
 
static EParamProvenance getProvenance (const std::string &key)
 
static void printAllRegisteredParamNames ()
 
static void printAllKeyValuePairs (bool useLogger=false)
 
static const std::string & getOutputDir ()
 
static void setOutputDir (const std::string &d)
 
static bool configFileExists (std::string const &filepath)
 
static void writeJSON (std::string const &filename, std::string const &keyOnly="")
 
static void writeINI (std::string const &filename, std::string const &keyOnly="")
 
template<typename T >
static T getValueAs (std::string key)
 
template<typename T >
static void setValue (std::string const &mainkey, std::string const &subkey, T x)
 
static void setProvenance (std::string const &mainkey, std::string const &subkey, EParamProvenance p)
 
static void setValue (std::string const &key, std::string const &valuestring)
 
static void setEnumValue (const std::string &, const std::string &)
 
static void setArrayValue (const std::string &, const std::string &)
 
static void setValues (std::vector< std::pair< std::string, std::string > > const &keyValues)
 
static void initialize ()
 
static void toCCDB (std::string filename)
 
static void fromCCDB (std::string filename)
 
static void updateFromString (std::string const &)
 
static void updateFromFile (std::string const &, std::string const &paramsList="", bool unchangedOnly=false)
 
- Protected Member Functions inherited from o2::conf::ConfigurableParam
 ConfigurableParam ()
 
virtual ~ConfigurableParam ()=default
 
void setRegisterMode (bool b)
 
bool isInitialized () const
 
- Static Protected Member Functions inherited from o2::conf::ConfigurableParam
static void initPropertyTree ()
 
static EParamUpdateStatus updateThroughStorageMap (std::string, std::string, std::type_info const &, void *)
 
static EParamUpdateStatus updateThroughStorageMapWithConversion (std::string const &, std::string const &)
 
- Static Protected Attributes inherited from o2::conf::ConfigurableParam
static std::map< std::string, std::pair< std::type_info const &, void * > > * sKeyToStorageMap = nullptr
 
static std::map< std::string, ConfigurableParam::EParamProvenance > * sValueProvenanceMap = nullptr
 
static EnumRegistrysEnumRegistry = nullptr
 
static std::string sOutputDir = ""
 

Detailed Description

Definition at line 19 of file EveConfParam.h.

Member Function Documentation

◆ O2ParamDef()

o2::event_visualisation::EveConfParam::O2ParamDef ( EveConfParam  ,
"eveconf"   
)

Member Data Documentation

◆ calibrateEMC

bool o2::event_visualisation::EveConfParam::calibrateEMC = true

Definition at line 42 of file EveConfParam.h.

◆ EMCCellEnergyMin

float o2::event_visualisation::EveConfParam::EMCCellEnergyMin = 0.3f

Definition at line 21 of file EveConfParam.h.

◆ EMCCellTimeMax

float o2::event_visualisation::EveConfParam::EMCCellTimeMax = 100.f

Definition at line 20 of file EveConfParam.h.

◆ filterITSROF

bool o2::event_visualisation::EveConfParam::filterITSROF = false

Definition at line 41 of file EveConfParam.h.

◆ maxBytes

int o2::event_visualisation::EveConfParam::maxBytes = 3000000

Definition at line 27 of file EveConfParam.h.

◆ maxFiles

int o2::event_visualisation::EveConfParam::maxFiles = 150

Definition at line 25 of file EveConfParam.h.

◆ maxPVs

int o2::event_visualisation::EveConfParam::maxPVs = -1

Definition at line 29 of file EveConfParam.h.

◆ maxTracks

int o2::event_visualisation::EveConfParam::maxTracks = -1

Definition at line 26 of file EveConfParam.h.

◆ minITSTracks

int o2::event_visualisation::EveConfParam::minITSTracks = -1

Definition at line 31 of file EveConfParam.h.

◆ minTracks

int o2::event_visualisation::EveConfParam::minTracks = -1

Definition at line 30 of file EveConfParam.h.

◆ onlyNthEvent

int o2::event_visualisation::EveConfParam::onlyNthEvent = -1

Definition at line 32 of file EveConfParam.h.

◆ PVMode

bool o2::event_visualisation::EveConfParam::PVMode = false

Definition at line 38 of file EveConfParam.h.

◆ PVTriggersMode

bool o2::event_visualisation::EveConfParam::PVTriggersMode = false

Definition at line 39 of file EveConfParam.h.

◆ PVXYZMax

float o2::event_visualisation::EveConfParam::PVXYZMax[3] = {999.f, 999.f, 999.f}

Definition at line 34 of file EveConfParam.h.

◆ PVXYZMin

float o2::event_visualisation::EveConfParam::PVXYZMin[3] = {-999.f, -999.f, -999.f}

Definition at line 33 of file EveConfParam.h.

◆ timeMinMax

float o2::event_visualisation::EveConfParam::timeMinMax[2] = {-999.f, -999.f}

Definition at line 23 of file EveConfParam.h.

◆ TPCEtaAbsMax

float o2::event_visualisation::EveConfParam::TPCEtaAbsMax = -1.f

Definition at line 36 of file EveConfParam.h.

◆ TPCOnlyMaxDCARZ

float o2::event_visualisation::EveConfParam::TPCOnlyMaxDCARZ[2] = {-999.f, -999.f}

Definition at line 35 of file EveConfParam.h.

◆ trackSorting

bool o2::event_visualisation::EveConfParam::trackSorting = false

Definition at line 40 of file EveConfParam.h.


The documentation for this struct was generated from the following file: