43 edm::LogError(
"PGeometricDetBuilder")<<
"PoolDBOutputService unavailable";
54 std::vector<const GeometricDet*> tc = tracker->
components();
55 std::vector<const GeometricDet*>::const_iterator git = tc.begin();
56 std::vector<const GeometricDet*>::const_iterator egit = tc.end();
60 for (; git!= egit; ++git) {
62 std::vector<const GeometricDet*> inone = (*git)->components();
65 if ( inone.size() == 0 ) ++count;
66 std::vector<const GeometricDet*>::const_iterator git2 = inone.begin();
67 std::vector<const GeometricDet*>::const_iterator egit2 = inone.end();
69 for (; git2 != egit2; ++git2) {
71 std::vector<const GeometricDet*> intwo= (*git2)->components();
73 if ( intwo.size() == 0 ) ++count;
74 std::vector<const GeometricDet*>::const_iterator git3 = intwo.begin();
75 std::vector<const GeometricDet*>::const_iterator egit3 = intwo.end();
77 for (; git3 != egit3; ++git3) {
79 std::vector<const GeometricDet*> inthree= (*git3)->components();
81 if ( inthree.size() == 0 ) ++count;
82 std::vector<const GeometricDet*>::const_iterator git4 = inthree.begin();
83 std::vector<const GeometricDet*>::const_iterator egit4 = inthree.end();
85 for (; git4 != egit4; ++git4) {
87 std::vector<const GeometricDet*> infour= (*git4)->components();
89 if ( infour.size() == 0 ) ++count;
90 std::vector<const GeometricDet*>::const_iterator git5 = infour.begin();
91 std::vector<const GeometricDet*>::const_iterator egit5 = infour.end();
93 for (; git5 != egit5; ++git5) {
95 std::vector<const GeometricDet*> infive= (*git5)->components();
97 if ( infive.size() == 0 ) ++count;
98 std::vector<const GeometricDet*>::const_iterator git6 = infive.begin();
99 std::vector<const GeometricDet*>::const_iterator egit6 = infive.end();
101 for (; git6 != egit6; ++git6) {
103 std::vector<const GeometricDet*> insix= (*git6)->components();
105 if ( insix.size() == 0 ) ++count;
117 std::vector<const GeometricDet*> modules = tracker->
deepComponents();
121 edm::LogError(
"PGeometricDetBuilder")<<
"PGeometricDetBuilder Tag already present";
131 rot.GetComponents(x, y, z);
163 }
else if(gd->
shape()==3){
199 size_t nts = nt.size();
201 std::vector<int> tempnt(nt.begin(),nt.end());
202 for (
size_t extrant = nt.size(); extrant < 11; ++extrant ) {
203 tempnt.push_back(-1);
205 item.
_nt0 = tempnt[0];
206 item.
_nt1 = tempnt[1];
207 item.
_nt2 = tempnt[2];
208 item.
_nt3 = tempnt[3];
209 item.
_nt4 = tempnt[4];
210 item.
_nt5 = tempnt[5];
211 item.
_nt6 = tempnt[6];
212 item.
_nt7 = tempnt[7];
213 item.
_nt8 = tempnt[8];
214 item.
_nt9 = tempnt[9];
215 item.
_nt10 = tempnt[10];
nav_type const & navType() const
DDSolidShape const & shape() const
std::vector< Item > pgeomdets_
const std::string & ns() const
Returns the namespace.
PGeometricDetBuilder(const edm::ParameterSet &iConfig)
DetId geographicalID() const
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
std::vector< double > const & params() const
DDName const & name() const
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
bool isNewTagRequest(const std::string &recordName)
virtual void beginRun(const edm::Run &, edm::EventSetup const &)
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
ConstGeometricDetContainer deepComponents() const
GeometricDetContainer & components()
double siliconAPVNum() const
DDExpandedView::nav_type nav_type
double pixROCRows() const
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
const std::string & name() const
Returns the name.
GeometricEnumType type() const