9 #ifndef _PatternDBUtil_H
10 #define _PatternDBUtil_H
28 const unsigned int X,
const unsigned int Xp,
29 const unsigned int U,
const unsigned int Up,
30 const unsigned int V,
const unsigned int Vp);
37 const std::vector< std::pair<unsigned int, unsigned int> > & det_elem_pairs,
41 return PatternDBUtil::_loose_mode;
45 PatternDBUtil::_loose_mode = a;
49 return PatternDBUtil::_RESOLUTION1_;
53 PatternDBUtil::_RESOLUTION1_ = a;
57 return PatternDBUtil::_RESOLUTION2_;
61 PatternDBUtil::_RESOLUTION2_ = a;
65 return PatternDBUtil::_RESOLUTION3_;
69 PatternDBUtil::_RESOLUTION3_ = a;
73 return PatternDBUtil::verbosity;
77 PatternDBUtil::verbosity = verbosity;
88 static std::map<unsigned int, unsigned int> _detid_view;
91 static bool _loose_mode;
92 static int _RESOLUTION1_;
93 static int _RESOLUTION2_;
94 static int _RESOLUTION3_;
static TrackletKey EncodeTrackletKey(PatternDB::STATION, const unsigned int X, const unsigned int Xp, const unsigned int U, const unsigned int Up, const unsigned int V, const unsigned int Vp)
static int BuildPatternDB(const std::string &fin, const std::string &fout, PatternDB &db)
static void LooseMode(bool a=true)
static void ResScaleDC2(const int a)
static void ResScaleDC3(const int a)
static void ResScaleDC1(const int a)
static PatternDB * LoadPatternDB(const std::string &fin)
static void Verbosity(int verbosity)
static TrackletKey GetTrackletKey(const Tracklet tracklet, const PatternDB::STATION station)
PatternDB interface objects.