#include <bSector.h>
Public Member Functions | |
bSector () | |
Default ctor is needed to have arrays. More... | |
bSector (handles::const_iterator begin, handles::const_iterator end, bool debugVal=false) | |
Constructor from list of volumes. More... | |
MagBSector * | buildMagBSector () const |
Construct the MagBSector upon request. More... | |
const handles & | getVolumes () const |
Return all volumes in this sector. More... | |
const float | RN () const |
Distance from center along normal of sectors. More... | |
~bSector ()=default | |
Destructor. More... | |
Private Attributes | |
bool | debug |
MagBSector * | msector |
std::vector< bRod > | rods |
handles | volumes |
bSector::bSector | ( | ) |
bSector::bSector | ( | handles::const_iterator | begin, |
handles::const_iterator | end, | ||
bool | debugVal = false |
||
) |
Constructor from list of volumes.
FIXME: (float) resolution; ??
Definition at line 26 of file bSector.cc.
References ClusterizingHistogram::clusterize(), gather_cfg::cout, debug, f, ClusterizingHistogram::fill(), dqmdumpme::first, mps_fire::i, createfilelist::int, dqmdumpme::last, angle0to2pi::make0To2pi(), CosmicsPD_Skims::maxZ, CosmicGenFilterHelix_cff::minZ, AlignmentTrackSelector_cfi::phiMax, AlignmentTrackSelector_cfi::phiMin, precomputed_value_sort(), magneticfield::printUniqueNames(), L1TObjectsTimingClient_cff::resolution, rods, and volumes.
|
default |
Destructor.
MagBSector * bSector::buildMagBSector | ( | ) | const |
Construct the MagBSector upon request.
Definition at line 134 of file bSector.cc.
References msector, rods, and volumes.
Referenced by getVolumes().
|
inline |
Return all volumes in this sector.
Definition at line 32 of file bSector.h.
References buildMagBSector(), and volumes.
|
inline |
|
private |
Definition at line 41 of file bSector.h.
Referenced by bSector(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), and runTauIdMVA.TauIDEmbedder::runTauID().
|
mutableprivate |
Definition at line 40 of file bSector.h.
Referenced by buildMagBSector().
|
private |
Definition at line 38 of file bSector.h.
Referenced by bSector(), and buildMagBSector().
|
private |
Definition at line 39 of file bSector.h.
Referenced by bSector(), buildMagBSector(), getVolumes(), and RN().