Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Mar 21, 2024
1 parent 7286e02 commit 46d19c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Detectors/TPC/qc/include/TPCQC/PID.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ class PID
const std::unordered_map<std::string_view, std::vector<std::unique_ptr<TCanvas>>>& getMapOfCanvas() const { return mMapCanvas; }

private:
int mCutMinnCls = 60; // minimum N clusters
float mCutAbsTgl = 1.f; // AbsTgl max cut
float mCutMindEdxTot = 10.f; // dEdxTot min value
float mCutMaxdEdxTot = 70.f; // dEdxTot max value
float mCutMinpTPC = 0.05f; // pTPC min value
float mCutMaxpTPC = 20.f; // pTPC max value
float mCutMinpTPCMIPs = 0.45f; // pTPC min value for MIPs
float mCutMaxpTPCMIPs = 0.55f; // pTPC max value for MIPs
bool mCreateCanvas = true; // Decide whether to create the TCanvas Object as it cannot be merged
int mCutMinnCls = 60; // minimum N clusters
float mCutAbsTgl = 1.f; // AbsTgl max cut
float mCutMindEdxTot = 10.f; // dEdxTot min value
float mCutMaxdEdxTot = 70.f; // dEdxTot max value
float mCutMinpTPC = 0.05f; // pTPC min value
float mCutMaxpTPC = 20.f; // pTPC max value
float mCutMinpTPCMIPs = 0.45f; // pTPC min value for MIPs
float mCutMaxpTPCMIPs = 0.55f; // pTPC max value for MIPs
bool mCreateCanvas = true; // Decide whether to create the TCanvas Object as it cannot be merged
bool mTurnOffHistosForAsync = false; // Decide whether to turn off some histograms for async to reduce memory
std::unordered_map<std::string_view, std::vector<std::unique_ptr<TH1>>> mMapHist;
// Map for Canvases to be published
Expand Down

0 comments on commit 46d19c3

Please sign in to comment.