37 edm::LogError(
"PGeometricDetBuilder")<<
"PoolDBOutputService unavailable";
48 std::vector<const GeometricDet*> tc = tracker->
components();
49 std::vector<const GeometricDet*>::const_iterator git = tc.begin();
50 std::vector<const GeometricDet*>::const_iterator egit = tc.end();
53 for (; git!= egit; ++git) {
55 std::vector<const GeometricDet*> inone = (*git)->components();
56 if ( inone.empty() ) ++count;
57 std::vector<const GeometricDet*>::const_iterator git2 = inone.begin();
58 std::vector<const GeometricDet*>::const_iterator egit2 = inone.end();
60 for (; git2 != egit2; ++git2) {
62 std::vector<const GeometricDet*> intwo= (*git2)->components();
63 if ( intwo.empty() ) ++count;
64 std::vector<const GeometricDet*>::const_iterator git3 = intwo.begin();
65 std::vector<const GeometricDet*>::const_iterator egit3 = intwo.end();
67 for (; git3 != egit3; ++git3) {
69 std::vector<const GeometricDet*> inthree= (*git3)->components();
70 if ( inthree.empty() ) ++count;
71 std::vector<const GeometricDet*>::const_iterator git4 = inthree.begin();
72 std::vector<const GeometricDet*>::const_iterator egit4 = inthree.end();
74 for (; git4 != egit4; ++git4) {
76 std::vector<const GeometricDet*> infour= (*git4)->components();
77 if ( infour.empty() ) ++count;
78 std::vector<const GeometricDet*>::const_iterator git5 = infour.begin();
79 std::vector<const GeometricDet*>::const_iterator egit5 = infour.end();
81 for (; git5 != egit5; ++git5) {
83 std::vector<const GeometricDet*> infive= (*git5)->components();
84 if ( infive.empty() ) ++count;
85 std::vector<const GeometricDet*>::const_iterator git6 = infive.begin();
86 std::vector<const GeometricDet*>::const_iterator egit6 = infive.end();
88 for (; git6 != egit6; ++git6) {
90 std::vector<const GeometricDet*> insix= (*git6)->components();
91 if ( insix.empty() ) ++count;
107 edm::LogError(
"PGeometricDetBuilder")<<
"PGeometricDetBuilder Tag already present";
117 rot.GetComponents(x, y, z);
185 size_t nts = nt.size();
187 std::vector<int> tempnt(nt.begin(),nt.end());
188 for (
size_t extrant = nt.size(); extrant < 11; ++extrant ) {
189 tempnt.push_back(-1);
191 item.
_nt0 = tempnt[0];
192 item.
_nt1 = tempnt[1];
193 item.
_nt2 = tempnt[2];
194 item.
_nt3 = tempnt[3];
195 item.
_nt4 = tempnt[4];
196 item.
_nt5 = tempnt[5];
197 item.
_nt6 = tempnt[6];
198 item.
_nt7 = tempnt[7];
199 item.
_nt8 = tempnt[8];
200 item.
_nt9 = tempnt[9];
201 item.
_nt10 = tempnt[10];
void analyze(edm::Event const &iEvent, edm::EventSetup const &) override
nav_type const & navType() const
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
DDSolidShape const & shape() const
std::vector< Item > pgeomdets_
const std::string & ns() const
Returns the namespace.
DetId geographicalID() const
PGeometricDetBuilder(const edm::ParameterSet &)
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
ConstGeometricDetContainer & components()
std::vector< double > const & params() const
DDName const & name() const
#define DEFINE_FWK_MODULE(type)
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
bool isNewTagRequest(const std::string &recordName)
cond::Time_t beginOfTime() const
DDTranslation const & translation() const
double pixROCCols() const
DDRotationMatrix const & rotation() const
void createNewIOV(T *firstPayloadObj, cond::Time_t firstSinceTime, cond::Time_t firstTillTime, const std::string &recordName, bool withlogging=false)
void putOne(const GeometricDet *gd, PGeometricDet *pgd, int lev)
cond::Time_t endOfTime() const
void beginRun(edm::Run const &iEvent, edm::EventSetup const &) override
ConstGeometricDetContainer deepComponents() const
double siliconAPVNum() const
DDExpandedView::nav_type nav_type
double pixROCRows() const
void endRun(edm::Run const &iEvent, edm::EventSetup const &) override
const std::string & name() const
Returns the name.
GeometricEnumType type() const