CMS 3D CMS Logo

Validation.cc
Go to the documentation of this file.
1 #include "TTreeValidation.h"
2 
3 namespace mkfit {
4 
6 #ifndef NO_ROOT
8  return new TTreeValidation(fileName, trk_info);
9  }
10 #endif
11  return new Validation();
12  }
13 
15 
16 } // end namespace mkfit
static Validation * make_validation(const std::string &, const TrackerInfo *)
Definition: Validation.cc:5