Skip to content

Commit

Permalink
Adding LinkeDef abd config param. for occupancy study
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanopolitano committed Nov 21, 2023
1 parent 93206bb commit 95d02f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ namespace study
static auto& sAvgClusSizeParamITS = o2::its::study::ITSAvgClusSizeParamConfig::Instance();
static auto& sCheckTracksParamsITS = o2::its::study::ITSCheckTracksParamConfig::Instance();
static auto& sImpactParameterParamsITS = o2::its::study::ITSImpactParameterParamConfig::Instance();
static auto& sITSOccupancyParamITS = o2::its::study::ITSOccupancyParamConfig::Instance();

O2ParamImpl(o2::its::study::ITSAvgClusSizeParamConfig);
O2ParamImpl(o2::its::study::ITSCheckTracksParamConfig);
O2ParamImpl(o2::its::study::ITSImpactParameterParamConfig);
O2ParamImpl(o2::its::study::ITSOccupancyParamConfig);

} // namespace study
} // namespace its
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::its::study::ITSAvgClusSizeParamConfig> + ;
#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::its::study::ITSCheckTracksParamConfig> + ;
#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::its::study::ITSImpactParameterParamConfig> + ;
#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::its::study::ITSOccupancyParamConfig> + ;
#pragma link C++ function o2::its::studies::makeLogBinning + ;

#endif

0 comments on commit 95d02f9

Please sign in to comment.