@@ -112,15 +112,14 @@ struct FlowTask {
112112 Configurable<std::vector<std::string>> cfgUserDefineGFWName{" cfgUserDefineGFWName" , std::vector<std::string>{" Ch02Gap22" , " Ch12Gap22" }, " User defined GFW Name" };
113113 Configurable<GFWCorrConfigs> cfgUserPtVnCorrConfig{" cfgUserPtVnCorrConfig" , {{" refP {2} refN {-2}" , " refP {3} refN {-3}" }, {" ChGap22" , " ChGap32" }, {0 , 0 }, {3 , 3 }}, " Configurations for vn-pt correlations" };
114114 Configurable<std::vector<int >> cfgRunRemoveList{" cfgRunRemoveList" , std::vector<int >{-1 }, " excluded run numbers" };
115- struct : ConfigurableGroup {
116- O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeights, bool , false , " Fill and output NUA weights" )
117- O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeightsRefPt, bool , false , " NUA weights are filled in ref pt bins" )
118- O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeightsRunbyRun, bool , false , " NUA weights are filled run-by-run" )
119- O2_DEFINE_CONFIGURABLE (cfgEfficiency, std::string, " " , " CCDB path to efficiency object" )
120- O2_DEFINE_CONFIGURABLE (cfgEfficiencyForNch, std::string, " " , " CCDB path to efficiency object, only for Nch correction" )
121- O2_DEFINE_CONFIGURABLE (cfgAcceptance, std::string, " " , " CCDB path to acceptance object" )
122- O2_DEFINE_CONFIGURABLE (cfgUseSmallMemory, bool , false , " Use small memory mode" )
123- } cfgUserIO;
115+ struct : ConfigurableGroup{
116+ O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeights, bool , false , " Fill and output NUA weights" )
117+ O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeightsRefPt, bool , false , " NUA weights are filled in ref pt bins" )
118+ O2_DEFINE_CONFIGURABLE (cfgOutputNUAWeightsRunbyRun, bool , false , " NUA weights are filled run-by-run" )
119+ O2_DEFINE_CONFIGURABLE (cfgEfficiency, std::string, " " , " CCDB path to efficiency object" )
120+ O2_DEFINE_CONFIGURABLE (cfgEfficiencyForNch, std::string, " " , " CCDB path to efficiency object, only for Nch correction" )
121+ O2_DEFINE_CONFIGURABLE (cfgAcceptance, std::string, " " , " CCDB path to acceptance object" )
122+ O2_DEFINE_CONFIGURABLE (cfgUseSmallMemory, bool , false , " Use small memory mode" )} cfgUserIO;
124123
125124 struct : ConfigurableGroup {
126125 O2_DEFINE_CONFIGURABLE (cfgEvSelV0AT0ACut, bool , false , " V0A T0A 5 sigma cut" )
0 commit comments