Skip to content
Snippets Groups Projects

CbmDefs.h: Use fwd declaration of std::ostream.

Merged Felix Weiglhofer requested to merge fweig/cbmroot:cbmdefs-iosfwd into master
Files
13
@@ -220,6 +220,9 @@ namespace cbm::algo::ca
@@ -220,6 +220,9 @@ namespace cbm::algo::ca
Parameters<fvec> fParameters; ///< Object of Framework parameters class
Parameters<fvec> fParameters; ///< Object of Framework parameters class
InputData fInputData; ///< Tracking input data
InputData fInputData; ///< Tracking input data
 
Vector<unsigned char> fvHitKeyFlags{
 
"Framework::fvHitKeyFlags"}; ///< List of key flags: has been this hit or cluster already used
 
TrackingMonitorData fMonitorData{}; ///< Tracking monitor data (statistics per call)
TrackingMonitorData fMonitorData{}; ///< Tracking monitor data (statistics per call)
int fNofThreads = 1; ///< Number of threads to execute the track-finder
int fNofThreads = 1; ///< Number of threads to execute the track-finder
Loading