Skip to content
Snippets Groups Projects
Commit a8b0d993 authored by Sergei Zharko's avatar Sergei Zharko
Browse files

redo bugfix in order to apply in a separete merge request

parent 30fe95c1
No related branches found
No related tags found
No related merge requests found
Pipeline #29513 passed
......@@ -250,7 +250,7 @@ class CbmQaTask : public FairTask, public CbmQaIO {
std::string fsSetupName = ""; ///< Name of the setup (to draw on the canvases)
TParameter<int> fNofEvents{"nEvents", 0}; ///< Number of processed events
bool fbUseMC = false; ///< Flag, if MC is used
bool fbProcessFullTs = true; ///< If true, routine runs on the full TS even if the CbmEvent branch is in
bool fbProcessFullTs = false; ///< If true, routine runs on the full TS even if the CbmEvent branch is in
TString fsVersionTag = ""; ///< Version tag (git SHA etc.)
TString fsDefaultTag = ""; ///< Default tag (git SHA etc.)
......
......@@ -76,8 +76,6 @@ OutputQa::OutputQa(int verbose, bool isMCUsed) : CbmQaTask("CbmCaOutputQa", verb
// Init track type histograms drawing attributes
InitDrawingAttributes();
SetProcessFullTs(false); // If CbmEvent branch exists, the routine will run in event-based regime
}
// ---------------------------------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment