Class Reference for E1039 Core & Analysis Software
PatternDBUtil Class Reference

PatternDB utilities. More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/patterndb/PatternDBUtil.h>

Static Public Member Functions

static int BuildPatternDB (const std::string &fin, const std::string &fout, PatternDB &db)
 
static PatternDBLoadPatternDB (const std::string &fin)
 
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 TrackletKey GetTrackletKey (const Tracklet tracklet, const PatternDB::STATION station)
 
static TrackletKey GetTrackletKey (const std::vector< std::pair< unsigned int, unsigned int > > &det_elem_pairs, const PatternDB::STATION &station)
 
static int LooseMode ()
 
static void LooseMode (bool a=true)
 
static int ResScaleDC1 ()
 
static void ResScaleDC1 (const int a)
 
static int ResScaleDC2 ()
 
static void ResScaleDC2 (const int a)
 
static int ResScaleDC3 ()
 
static void ResScaleDC3 (const int a)
 
static int Verbosity ()
 
static void Verbosity (int verbosity)
 

Protected Member Functions

 PatternDBUtil ()
 
virtual ~PatternDBUtil ()
 

Detailed Description

PatternDB utilities.

Author
Haiwang Yu, yuhw@.nosp@m.nmsu.nosp@m..edu

Created: 08-27-2018

Definition at line 18 of file PatternDBUtil.h.

Constructor & Destructor Documentation

◆ PatternDBUtil()

PatternDBUtil::PatternDBUtil ( )
inlineprotected

Definition at line 82 of file PatternDBUtil.h.

◆ ~PatternDBUtil()

virtual PatternDBUtil::~PatternDBUtil ( )
inlineprotectedvirtual

Definition at line 83 of file PatternDBUtil.h.

Member Function Documentation

◆ BuildPatternDB()

int PatternDBUtil::BuildPatternDB ( const std::string &  fin,
const std::string &  fout,
PatternDB db 
)
static

Definition at line 67 of file PatternDBUtil.cxx.

References PatternDB::DC1, PatternDB::DC2, PatternDB::DC3m, PatternDB::DC3p, EncodeTrackletKey(), PatternDB::ERR_KEY, LogInfo, PatternDB::print(), PatternDB::St1, PatternDB::St123, PatternDB::St2, PatternDB::St23, and PatternDB::St3.

Referenced by KalmanDSTrk::KalmanDSTrk().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ EncodeTrackletKey()

TrackletKey PatternDBUtil::EncodeTrackletKey ( PatternDB::STATION  ST,
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

Definition at line 414 of file PatternDBUtil.cxx.

References PatternDB::DC1, PatternDB::DC2, PatternDB::DC3m, and PatternDB::ERR_KEY.

Referenced by BuildPatternDB(), and GetTrackletKey().

+ Here is the caller graph for this function:

◆ GetTrackletKey() [1/2]

TrackletKey PatternDBUtil::GetTrackletKey ( const std::vector< std::pair< unsigned int, unsigned int > > &  det_elem_pairs,
const PatternDB::STATION station 
)
static

Definition at line 485 of file PatternDBUtil.cxx.

References PatternDB::DC1, PatternDB::DC2, PatternDB::DC3m, PatternDB::DC3p, EncodeTrackletKey(), and PatternDB::ERR_KEY.

+ Here is the call graph for this function:

◆ GetTrackletKey() [2/2]

TrackletKey PatternDBUtil::GetTrackletKey ( const Tracklet  tracklet,
const PatternDB::STATION  station 
)
static

Definition at line 452 of file PatternDBUtil.cxx.

References PatternDB::DC1, PatternDB::DC2, PatternDB::DC3m, PatternDB::DC3p, EncodeTrackletKey(), PatternDB::ERR_KEY, and Tracklet::hits.

Referenced by KalmanDSTrk::buildBackPartialTracks(), KalmanDSTrk::buildGlobalTracks(), and KalmanDSTrk::buildTrackletsInStation().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadPatternDB()

PatternDB * PatternDBUtil::LoadPatternDB ( const std::string &  fin)
static

Definition at line 337 of file PatternDBUtil.cxx.

References LogInfo, PatternDB::print(), PatternDB::St1, PatternDB::St123, PatternDB::St2, PatternDB::St23, and PatternDB::St3.

Referenced by KalmanDSTrk::KalmanDSTrk().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LooseMode() [1/2]

static int PatternDBUtil::LooseMode ( )
inlinestatic

Definition at line 40 of file PatternDBUtil.h.

◆ LooseMode() [2/2]

static void PatternDBUtil::LooseMode ( bool  a = true)
inlinestatic

Definition at line 44 of file PatternDBUtil.h.

◆ ResScaleDC1() [1/2]

static int PatternDBUtil::ResScaleDC1 ( )
inlinestatic

Definition at line 48 of file PatternDBUtil.h.

◆ ResScaleDC1() [2/2]

static void PatternDBUtil::ResScaleDC1 ( const int  a)
inlinestatic

Definition at line 52 of file PatternDBUtil.h.

◆ ResScaleDC2() [1/2]

static int PatternDBUtil::ResScaleDC2 ( )
inlinestatic

Definition at line 56 of file PatternDBUtil.h.

◆ ResScaleDC2() [2/2]

static void PatternDBUtil::ResScaleDC2 ( const int  a)
inlinestatic

Definition at line 60 of file PatternDBUtil.h.

◆ ResScaleDC3() [1/2]

static int PatternDBUtil::ResScaleDC3 ( )
inlinestatic

Definition at line 64 of file PatternDBUtil.h.

◆ ResScaleDC3() [2/2]

static void PatternDBUtil::ResScaleDC3 ( const int  a)
inlinestatic

Definition at line 68 of file PatternDBUtil.h.

◆ Verbosity() [1/2]

static int PatternDBUtil::Verbosity ( )
inlinestatic

Definition at line 72 of file PatternDBUtil.h.

◆ Verbosity() [2/2]

static void PatternDBUtil::Verbosity ( int  verbosity)
inlinestatic

Definition at line 76 of file PatternDBUtil.h.


The documentation for this class was generated from the following files: