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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -127,8 +127,8 @@ protected:
int fAsicId[2] = {-1, -1}; ///< identifier of FASP(s) in module
int fChId[2] = {-1, -1}; ///< FASP channels being processed
std::vector<Float_t> fOut = {0.}; ///< analog output for the current channel
std::map<int, std::array<int, NFASPCH>> fGraphMap =
{}; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs
std::map<int, std::array<int, NFASPCH>>
fGraphMap; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs
TGraph* fGraph[NGRAPH] = {nullptr}; ///< graph representations of analog FASP response
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