#include <sp_tf.h>
Public Member Functions | |
void | beginJob () |
void | endJob () |
void | produce (edm::Event &, const edm::EventSetup &) |
sptf (const PSet &) | |
sptf () | |
~sptf () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | build () |
void | defparam () |
vector< int > | GetLayer () |
vector< int > | GetPhhit () |
vector< int > | GetPhi () |
vector< int > | GetPhzvl () |
vector< int > | GetQuality () |
vector< int > | GetStraight () |
vector< int > | GetStrip () |
vector< int > | GetTheta () |
void | init () |
Static Private Attributes | |
static const unsigned | _bpow = 6 |
static const unsigned | _bw_addr = 7 |
static const unsigned | _bw_ds = 7 |
static const unsigned | _bw_eta = 7 |
static const unsigned | _bw_fph = 12 |
static const unsigned | _bw_fth = 8 |
static const unsigned | _bw_hs = 8 |
static const unsigned | _bw_ph = 8 |
static const unsigned | _bw_phi = 12 |
static const unsigned | _bw_q = 4 |
static const unsigned | _bw_th = 7 |
static const unsigned | _bw_wg = 7 |
static const unsigned | _bwr = 6 |
static const unsigned | _cnr = (1 << _bpow) |
static const unsigned | _cnrex = _ph_raw_w |
static const unsigned | _fold = 4 |
static const unsigned | _full_pat_w_st1 = (1 << (_pat_w_st1+1)) - 1 |
static const unsigned | _full_pat_w_st3 = (1 << (_pat_w_st3+1)) - 1 |
static const unsigned | _max_drift = 3 |
static const unsigned | _max_ev = 21 |
static const unsigned | _mult_bw = _bw_fph + 11 |
static const unsigned | _padding_w_st1 = _full_pat_w_st1 / 2 |
static const unsigned | _padding_w_st3 = _full_pat_w_st3 / 2 |
static const unsigned | _pat_w_st1 = _pat_w_st3 + 1 |
static const unsigned | _pat_w_st3 = 3 |
static const unsigned | _ph_hit_w = 44 |
static const unsigned | _ph_hit_w10 = 24 |
static const unsigned | _ph_hit_w20 = _ph_hit_w |
static const unsigned | _ph_raw_w = (1 << _pat_w_st3) * 15 |
static const unsigned | _red_pat_w_st1 = _pat_w_st1 * 2 + 1 |
static const unsigned | _red_pat_w_st3 = _pat_w_st3 * 2 + 1 |
static const unsigned | _seg_ch = 2 |
static const unsigned | _th_ch11 = _seg_ch * _seg_ch |
static const unsigned | _th_corr_mem_sz = (1 << _bw_addr) |
static const unsigned | _th_hit_w = 64 |
static const unsigned | _th_mem_sz = (1 << _bw_addr) |
static const unsigned | _th_raw_w = (1 << _bw_th) |
static const unsigned | _zone_overlap = 2 |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
sptf::sptf | ( | const PSet & | ) |
|
inline |
|
virtual |
Reimplemented from edm::EDProducer.
|
private |
|
private |
|
virtual |
Reimplemented from edm::EDProducer.
|
private |
|
virtual |
Implements edm::EDProducer.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 272 of file sp_tf.h.
Referenced by dataLoader.DataLoader::print_data().
|
private |
|
private |
unsigned endcap; unsigned n_strips; unsigned n_wg; // theta range (take +1 because th_coverage contains max th value starting from 0)
unsigned th_coverage; // phi range unsigned ph_coverage; //80 : 40; // number of th outputs takes ME1/1 th duplication into account unsigned th_ch; // is this chamber mounted in reverse direction? unsigned ph_reverse; unsigned ph_zone_bnd1; unsigned ph_zone_bnd2;
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |