FACT++  1.0
static uint32_t zofits::DefaultMaxNumTiles ( const uint32_t &  _n = 0)
inlinestatic

Definition at line 94 of file zofits.h.

Referenced by StateMachineFAD< T >::EvalOptions(), DataWriteFits2::Open(), and StateMachineFAD< T >::StateMachineFAD().

94 { static uint32_t n=1000; if (_n>0) n=_n; return n; }

+ Here is the caller graph for this function: