Skip to content
Snippets Groups Projects

revisit the FASP simulator software

Merged Alexandru Bercuci requested to merge a.bercuci/cbmroot:trd2dDigiTime into master
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,9 +10,9 @@
#include <Rtypes.h> // for THashConsistencyHolder, ClassDef
#include <RtypesCore.h> // for Int_t, Float_t, ULong64_t, UInt_t, Bool_t
#include <TObject.h> // for TObject
#include <tuple> // for tuple
#include <map> // for map
#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