Skip to content
Snippets Groups Projects

revisit the FASP simulator software

Merged Alexandru Bercuci requested to merge a.bercuci/cbmroot:trd2dDigiTime into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@
#include <TObject.h> // for TObject
#include <map> // for map
#include <tuple> // for tuple
#include <tuple> // for tuple
#include <utility> // for pair
class CbmMatch;
@@ -133,7+133,7 @@
TGraph* fGraphShp[NGRAPH] = {nullptr}; ///< graph representations of FASP shaper
TGraph* fGraphPhys[NGRAPH] = {nullptr}; ///< graph representations of physics digi
TLine* fGthr = nullptr; ///< graph representation of various thresholds
TCanvas* fMonitor = nullptr; ///< monitor canvas when drawing
// CADENCE parameters
static const Int_t fgkNDB = 53; ///< DB shaper size
Loading