Skip to content
Snippets Groups Projects
Commit e9a2201f authored by Alexandru Bercuci's avatar Alexandru Bercuci Committed by Sergey Gorbunov
Browse files

try to fix broken compilation on Mac

parent 6950be05
No related branches found
No related tags found
1 merge request!884revisit the FASP simulator software
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment