CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | Friends
MagGeoBuilderFromDDD Class Reference

#include <MagGeoBuilderFromDDD.h>

Classes

class  bLayer
 
class  bRod
 
class  bSector
 
class  bSlab
 
class  eLayer
 
class  eSector
 
struct  ExtractAbsZ
 
struct  ExtractPhi
 
struct  ExtractPhiMax
 
struct  ExtractR
 
struct  ExtractRN
 
struct  ExtractZ
 
struct  LessDPhi
 
struct  LessZ
 
class  volumeHandle
 

Public Member Functions

std::vector< MagBLayer * > barrelLayers () const
 Get barrel layers. More...
 
std::vector< MagESector * > endcapSectors () const
 Get endcap layers. More...
 
 MagGeoBuilderFromDDD (std::string tableSet_, int geometryVersion, bool debug=false)
 Constructor. More...
 
float maxR () const
 
float maxZ () const
 
void setGridFiles (const std::auto_ptr< magneticfield::TableFileMap > gridFiles)
 
void setScaling (const std::vector< int > &keys, const std::vector< double > &values)
 
virtual ~MagGeoBuilderFromDDD ()
 Destructor. More...
 

Private Types

typedef std::vector
< volumeHandle * > 
handles
 
typedef
ConstReferenceCountingPointer
< Surface
RCPS
 
typedef std::unary_function
< const volumeHandle *, double > 
uFcn
 

Private Member Functions

std::vector< MagVolume6Faces * > barrelVolumes () const
 
virtual void build (const DDCompactView &cpv)
 
void buildInterpolator (const volumeHandle *vol, std::map< std::string, MagProviderInterpol * > &interpolators)
 
void buildMagVolumes (const handles &volumes, std::map< std::string, MagProviderInterpol * > &interpolators)
 
std::vector< MagVolume6Faces * > endcapVolumes () const
 
void summary (handles &volumes)
 
void testInside (handles &volumes)
 

Private Attributes

handles bVolumes
 
handles eVolumes
 
int geometryVersion
 
std::vector< MagBLayer * > mBLayers
 
std::vector< MagESector * > mESectors
 
std::string tableSet
 
std::auto_ptr
< magneticfield::TableFileMap
theGridFiles
 
std::map< int, double > theScalingFactors
 

Static Private Attributes

static bool debug
 

Friends

class MagGeometry
 
class magneticfield::AutoMagneticFieldESProducer
 
class magneticfield::VolumeBasedMagneticFieldESProducer
 
class TestMagVolume
 

Detailed Description

Parse the XML magnetic geometry, build individual volumes and match their shared surfaces. Build MagVolume6Faces and organise them in a hierarchical structure. Build MagGeometry out of it.

Author
N. Amapane - INFN Torino

Definition at line 33 of file MagGeoBuilderFromDDD.h.

Member Typedef Documentation

typedef std::vector<volumeHandle*> MagGeoBuilderFromDDD::handles
private

Definition at line 77 of file MagGeoBuilderFromDDD.h.

Definition at line 59 of file MagGeoBuilderFromDDD.h.

typedef std::unary_function<const volumeHandle*, double> MagGeoBuilderFromDDD::uFcn
private

Definition at line 105 of file MagGeoBuilderFromDDD.h.

Constructor & Destructor Documentation

MagGeoBuilderFromDDD::MagGeoBuilderFromDDD ( std::string  tableSet_,
int  geometryVersion,
bool  debug = false 
)

Constructor.

Definition at line 61 of file MagGeoBuilderFromDDD.cc.

References gather_cfg::cout, and debug.

61  :
62  tableSet (tableSet_),
63  geometryVersion(geometryVersion_),
64  theGridFiles(0)
65 {
66  debug = debug_;
67  if (debug) cout << "Constructing a MagGeoBuilderFromDDD" <<endl;
68 }
tuple cout
Definition: gather_cfg.py:121
std::auto_ptr< magneticfield::TableFileMap > theGridFiles
MagGeoBuilderFromDDD::~MagGeoBuilderFromDDD ( )
virtual

Destructor.

Definition at line 70 of file MagGeoBuilderFromDDD.cc.

References bVolumes, eVolumes, and i.

70  {
71  for (handles::const_iterator i=bVolumes.begin();
72  i!=bVolumes.end(); ++i){
73  delete (*i);
74  }
75 
76  for (handles::const_iterator i=eVolumes.begin();
77  i!=eVolumes.end(); ++i){
78  delete (*i);
79  }
80 }
int i
Definition: DBlmapReader.cc:9

Member Function Documentation

vector< MagBLayer * > MagGeoBuilderFromDDD::barrelLayers ( ) const

Get barrel layers.

Definition at line 627 of file MagGeoBuilderFromDDD.cc.

References mBLayers.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

627  {
628  return mBLayers;
629 }
std::vector< MagBLayer * > mBLayers
vector< MagVolume6Faces * > MagGeoBuilderFromDDD::barrelVolumes ( ) const
private

Definition at line 635 of file MagGeoBuilderFromDDD.cc.

References bVolumes, i, and findQualityFiles::v.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

635  {
636  vector<MagVolume6Faces*> v;
637  v.reserve(bVolumes.size());
638  for (handles::const_iterator i=bVolumes.begin();
639  i!=bVolumes.end(); ++i){
640  v.push_back((*i)->magVolume);
641  }
642  return v;
643 }
int i
Definition: DBlmapReader.cc:9
void MagGeoBuilderFromDDD::build ( const DDCompactView cpv)
privatevirtual

Definition at line 128 of file MagGeoBuilderFromDDD.cc.

References buildInterpolator(), buildMagVolumes(), bVolumes, MagGeoBuilderFromDDD::volumeHandle::center(), ClusterizingHistogram::clusterize(), conv, MagGeoBuilderFromDDD::volumeHandle::copyno, gather_cfg::cout, debug, eVolumes, edm::hlt::Exception, f, ClusterizingHistogram::fill(), first, DDExpandedView::firstChild(), Geom::fpi(), Geom::ftwoPi(), DDExpandedView::geoHistory(), i, combine::key, prof2calltree::last, LayerTriplets::layers(), DDExpandedView::logicalPart(), MagGeoBuilderFromDDD::volumeHandle::magFile, MagGeoBuilderFromDDD::volumeHandle::masterSector, mBLayers, mESectors, DDName::name(), mergeVDriftHistosByStation::name, DDBase< N, C >::name(), DDExpandedView::nextSibling(), evf::evtn::offset(), PV3DBase< T, PVType, FrameType >::perp(), precomputed_value_sort(), dttmaxenums::R, dtDQMClient_cfg::resolution, DDExpandedView::rotation(), mergeVDriftHistosByStation::sectors, AlCaHLTBitMon_QueryRunRegistry::string, summary(), testInside(), theGridFiles, DDExpandedView::translation(), findQualityFiles::v, MagGeoBuilderFromDDD::volumeHandle::volumeno, Gflash::Z, and PV3DBase< T, PVType, FrameType >::z().

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

129 {
130 // DDCompactView cpv;
131  DDExpandedView fv(cpva);
132 
133  if (debug) cout << "**********************************************************" <<endl;
134 
135  // The actual field interpolators
136  map<string, MagProviderInterpol*> bInterpolators;
137  map<string, MagProviderInterpol*> eInterpolators;
138 
139  // Counter of different volumes
140  int bVolCount = 0;
141  int eVolCount = 0;
142 
143  if (fv.logicalPart().name().name()!="MAGF") {
144  std::string topNodeName(fv.logicalPart().name().name());
145 
146  //see if one of the children is MAGF
147  bool doSubDets = fv.firstChild();
148 
149  bool go=true;
150  while(go&& doSubDets) {
151  if (fv.logicalPart().name().name()=="MAGF")
152  break;
153  else
154  go = fv.nextSibling();
155  }
156  if (!go) {
157  throw cms::Exception("NoMAGFinDDD")<<" Neither the top node, nor any child node of the DDCompactView is \"MAGF\" but the top node is instead \""<<topNodeName<<"\"";
158  }
159  }
160  // Loop over MAGF volumes and create volumeHandles.
161  if (debug) { cout << endl << "*** MAGF: " << fv.geoHistory() << endl
162  << "translation: " << fv.translation() << endl
163  << " rotation: " << fv.rotation() << endl;
164  }
165 
166  bool doSubDets = fv.firstChild();
167  while (doSubDets){
168 
169  string name = fv.logicalPart().name().name();
170  if (debug) cout << endl << "Name: " << name << endl
171  << " " << fv.geoHistory() <<endl;
172 
173  // FIXME: single-volyme cylinders - this is feature has been removed
174  // and should be revisited.
175  // bool mergeCylinders=false;
176 
177  // If true, In the barrel, cylinders sectors will be skipped to build full
178  // cylinders out of sector copyno #1.
179  bool expand = false;
180 
181 // if (mergeCylinders) {
182 // if (name == "V_ZN_1"
183 // || name == "V_ZN_2") {
184 // if (debug && fv.logicalPart().solid().shape()!=ddtubs) {
185 // cout << "ERROR: MagGeoBuilderFromDDD::build: volume " << name
186 // << " should be a cylinder" << endl;
187 // }
188 // if(fv.copyno()==1) {
189 // expand = true;
190 // } else {
191 // //cout << "... to be skipped: "
192 // // << name << " " << fv.copyno() << endl;
193 // }
194 // }
195 // }
196 
197  volumeHandle* v = new volumeHandle(fv, expand);
198 
199  if (theGridFiles.get()) {
200  int key = (v->volumeno)*100+v->copyno;
201  TableFileMap::const_iterator itable = theGridFiles->find(key);
202  if (itable == theGridFiles->end()) {
203  key = (v->volumeno)*100;
204  itable = theGridFiles->find(key);
205  }
206 
207  if (itable != theGridFiles->end()) {
208  string magFile = (*itable).second.first;
209  stringstream conv;
210  string svol, ssec;
211  conv << setfill('0') << setw(3) << v->volumeno << " " << setw(2) << v->copyno; // volume assumed to have 0s padding to 3 digits; sector assumed to have 0s padding to 2 digits
212  conv >> svol >> ssec;
213  boost::replace_all(magFile, "[v]",svol);
214  boost::replace_all(magFile, "[s]",ssec);
215  int masterSector = (*itable).second.second;
216  if (masterSector==0) masterSector=v->copyno;
217  v->magFile = magFile;
218  v->masterSector = masterSector;
219  } else {
220  edm::LogError("MagGeoBuilderFromDDDbuild") << "ERROR: no table spec found for V " << v->volumeno << ":" << v->copyno;
221  }
222  }
223 
224 
225  // Select volumes, build volume handles.
226  float Z = v->center().z();
227  float R = v->center().perp();
228 
229  // v 85l: Barrel is everything up to |Z| = 661.0, excluding
230  // volume #7, centered at 6477.5
231  // v 1103l: same numbers work fine. #16 instead of #7, same coords;
232  // see comment below for V6,7
233  //ASSUMPTION: no misalignment is applied to mag volumes.
234  //FIXME: implement barrel/endcap flags as DDD SpecPars.
235  if ((fabs(Z)<647. || (R>350. && fabs(Z)<662.)) &&
236  !(fabs(Z)>480 && R<172) // in 1103l we place V_6 and V_7 in the
237  // endcaps to preserve nice layer structure
238  // in the barrel. This does not hurt in v85l
239  // where there is a single V1
240  ) { // Barrel
241  if (debug) cout << " (Barrel)" <<endl;
242  bVolumes.push_back(v);
243 
244 
245  // Build the interpolator of the "master" volume (the one which is
246  // not replicated in phi)
247  // ASSUMPTION: copyno == sector.
248  if (v->copyno==v->masterSector) {
249  buildInterpolator(v, bInterpolators);
250  ++bVolCount;
251  }
252  } else { // Endcaps
253  if (debug) cout << " (Endcaps)" <<endl;
254  eVolumes.push_back(v);
255  if (v->copyno==v->masterSector) {
256  buildInterpolator(v, eInterpolators);
257  ++eVolCount;
258  }
259  }
260 
261  doSubDets = fv.nextSibling(); // end of loop over MAGF
262  }
263 
264  if (debug) {
265  cout << "Number of volumes (barrel): " << bVolumes.size() <<endl
266  << "Number of volumes (endcap): " << eVolumes.size() <<endl;
267  cout << "**********************************************************" <<endl;
268  }
269 
270  // Now all volumeHandles are there, and parameters for each of the planes
271  // are calculated.
272 
273  //----------------------------------------------------------------------
274  // Print summary information
275 
276  if (debug) {
277  cout << "-----------------------" << endl;
278  cout << "SUMMARY: Barrel " << endl;
279  summary(bVolumes);
280 
281  cout << endl << "SUMMARY: Endcaps " << endl;
282  summary(eVolumes);
283  cout << "-----------------------" << endl;
284  }
285 
286 
287  //----------------------------------------------------------------------
288  // Find barrel layers.
289 
290  vector<bLayer> layers; // the barrel layers
291  precomputed_value_sort(bVolumes.begin(), bVolumes.end(), ExtractRN());
292 
293  // Find the layers (in R)
294  const float resolution = 1.; // cm
295  float rmin = bVolumes.front()->RN()-resolution;
296  float rmax = bVolumes.back()->RN()+resolution;
297  ClusterizingHistogram hisR( int((rmax-rmin)/resolution) + 1, rmin, rmax);
298 
299  if (debug) cout << " R layers: " << rmin << " " << rmax << endl;
300 
301  handles::const_iterator first = bVolumes.begin();
302  handles::const_iterator last = bVolumes.end();
303 
304  for (handles::const_iterator i=first; i!=last; ++i){
305  hisR.fill((*i)->RN());
306  }
307  vector<float> rClust = hisR.clusterize(resolution);
308 
309  handles::const_iterator ringStart = first;
310  handles::const_iterator separ = first;
311 
312  for (unsigned int i=0; i<rClust.size() - 1; ++i) {
313  if (debug) cout << " Layer at RN = " << rClust[i];
314  float rSepar = (rClust[i] + rClust[i+1])/2.f;
315  while ((*separ)->RN() < rSepar) ++separ;
316 
317  bLayer thislayer(ringStart, separ);
318  layers.push_back(thislayer);
319  ringStart = separ;
320  }
321  {
322  if (debug) cout << " Layer at RN = " << rClust.back();
323  bLayer thislayer(separ, last);
324  layers.push_back(thislayer);
325  }
326 
327  if (debug) cout << "Barrel: Found " << rClust.size() << " clusters in R, "
328  << layers.size() << " layers " << endl << endl;
329 
330 
331  //----------------------------------------------------------------------
332  // Find endcap sectors
333  vector<eSector> sectors; // the endcap sectors
334 
335  // Find the number of sectors (should be 12 or 24 depending on the geometry model)
336  float phireso = 0.05; // rad
337  ClusterizingHistogram hisPhi( int((Geom::ftwoPi())/phireso) + 1,
338  -Geom::fpi(), Geom::fpi());
339 
340  for (handles::const_iterator i=eVolumes.begin(); i!=eVolumes.end(); ++i){
341  hisPhi.fill((*i)->minPhi());
342  }
343  vector<float> phiClust = hisPhi.clusterize(phireso);
344  int nESectors = phiClust.size();
345  if (debug && (nESectors%12)!=0) cout << "ERROR: unexpected # of sectors: " << nESectors << endl;
346 
347  //Sort in phi
348  precomputed_value_sort(eVolumes.begin(), eVolumes.end(), ExtractPhi());
349 
350  //Group volumes in sectors
351  for (int i = 0; i<nESectors; ++i) {
352  int offset = eVolumes.size()/nESectors;
353  if (debug) cout << " Sector at phi = "
354  << (*(eVolumes.begin()+((i)*offset)))->center().phi()
355  << endl;
356  sectors.push_back(eSector(eVolumes.begin()+((i)*offset),
357  eVolumes.begin()+((i+1)*offset)));
358  }
359 
360  if (debug) cout << "Endcap: Found "
361  << sectors.size() << " sectors " << endl;
362 
363 
364  //----------------------------------------------------------------------
365  // Match surfaces.
366 
367 // cout << "------------------" << endl << "Now associating planes..." << endl;
368 
369 // // Loop on layers
370 // for (vector<bLayer>::const_iterator ilay = layers.begin();
371 // ilay!= layers.end(); ++ilay) {
372 // cout << "On Layer: " << ilay-layers.begin() << " RN: " << (*ilay).RN()
373 // <<endl;
374 
375 // // Loop on wheels
376 // for (vector<bWheel>::const_iterator iwheel = (*ilay).wheels.begin();
377 // iwheel != (*ilay).wheels.end(); ++iwheel) {
378 // cout << " On Wheel: " << iwheel- (*ilay).wheels.begin()<< " Z: "
379 // << (*iwheel).minZ() << " " << (*iwheel).maxZ() << " "
380 // << ((*iwheel).minZ()+(*iwheel).maxZ())/2. <<endl;
381 
382 // // Loop on sectors.
383 // for (int isector = 0; isector<12; ++isector) {
384 // // FIXME: create new constructor...
385 // bSectorNavigator navy(layers,
386 // ilay-layers.begin(),
387 // iwheel-(*ilay).wheels.begin(),isector);
388 
389 // const bSector & isect = (*iwheel).sector(isector);
390 
391 // isect.matchPlanes(navy); //FIXME refcount
392 // }
393 // }
394 // }
395 
396 
397  //----------------------------------------------------------------------
398  // Build MagVolumes and the MagGeometry hierarchy.
399 
400  //--- Barrel
401 
402  // Build MagVolumes and associate interpolators to them
403  buildMagVolumes(bVolumes, bInterpolators);
404 
405  // Build MagBLayers
406  for (vector<bLayer>::const_iterator ilay = layers.begin();
407  ilay!= layers.end(); ++ilay) {
408  mBLayers.push_back((*ilay).buildMagBLayer());
409  }
410 
411  if (debug) {
412  cout << "*** BARREL ********************************************" << endl
413  << "Number of different volumes = " << bVolCount << endl
414  << "Number of interpolators built = " << bInterpolators.size() << endl
415  << "Number of MagBLayers built = " << mBLayers.size() << endl;
416 
417  testInside(bVolumes); // FIXME: all volumes should be checked in one go.
418  }
419 
420  //--- Endcap
421  // Build MagVolumes and associate interpolators to them
422  buildMagVolumes(eVolumes, eInterpolators);
423 
424  // Build the MagESectors
425  for (vector<eSector>::const_iterator isec = sectors.begin();
426  isec!= sectors.end(); ++isec) {
427  mESectors.push_back((*isec).buildMagESector());
428  }
429 
430  if (debug) {
431  cout << "*** ENDCAP ********************************************" << endl
432  << "Number of different volumes = " << eVolCount << endl
433  << "Number of interpolators built = " << eInterpolators.size() << endl
434  << "Number of MagESector built = " << mESectors.size() << endl;
435 
436  testInside(eVolumes); // FIXME: all volumes should be checked in one go.
437  }
438 }
const double Z[kNumberCalorimeter]
std::vector< MagBLayer * > mBLayers
int i
Definition: DBlmapReader.cc:9
std::vector< LayerSetAndLayers > layers(const SeedingLayerSetsHits &sets)
Definition: LayerTriplets.cc:4
static HepMC::IO_HEPEVT conv
float fpi()
Definition: Pi.h:35
void summary(handles &volumes)
void testInside(handles &volumes)
double f[11][100]
unsigned int offset(bool)
bool first
Definition: L1TdeRCT.cc:79
void buildInterpolator(const volumeHandle *vol, std::map< std::string, MagProviderInterpol * > &interpolators)
void precomputed_value_sort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
list key
Definition: combine.py:13
tuple cout
Definition: gather_cfg.py:121
std::vector< MagESector * > mESectors
Provides an exploded view of the detector (tree-view)
std::auto_ptr< magneticfield::TableFileMap > theGridFiles
void buildMagVolumes(const handles &volumes, std::map< std::string, MagProviderInterpol * > &interpolators)
float ftwoPi()
Definition: Pi.h:36
void MagGeoBuilderFromDDD::buildInterpolator ( const volumeHandle vol,
std::map< std::string, MagProviderInterpol * > &  interpolators 
)
private

Definition at line 489 of file MagGeoBuilderFromDDD.cc.

References MFGridFactory::build(), MagGeoBuilderFromDDD::volumeHandle::center(), dtNoiseDBValidation_cfg::cerr, MagGeoBuilderFromDDD::volumeHandle::copyno, gather_cfg::cout, Dimensions::d, debug, edm::FileInPath::fullPath(), Dimensions::h, i, j, gen::k, MagGeoBuilderFromDDD::volumeHandle::magFile, MagGeoBuilderFromDDD::volumeHandle::masterSector, PV3DBase< T, PVType, FrameType >::phi(), Geom::pi(), MagGeoBuilderFromDDD::volumeHandle::placement(), GloballyPositioned< T >::position(), makeMuonMisalignmentScenario::rot, GloballyPositioned< T >::rotation(), MagGeoBuilderFromDDD::volumeHandle::shape(), MagGeoBuilderFromDDD::volumeHandle::sides(), tableSet, MagGeoBuilderFromDDD::volumeHandle::toExpand(), MagGeoBuilderFromDDD::volumeHandle::volumeno, Dimensions::w, MagException::what(), and cms::Exception::what().

Referenced by build().

489  {
490 
491  // Phi of the master sector
492  double masterSectorPhi = (vol->masterSector-1)*Geom::pi()/6.;
493 
494  if (debug) {
495  cout << "Building interpolator from "
496  << vol->volumeno << " copyno " << vol->copyno
497  << " at " << vol->center()
498  << " phi: " << vol->center().phi()
499  << " file: " << vol->magFile
500  << endl;
501 
502  if ( fabs(vol->center().phi() - masterSectorPhi) > Geom::pi()/9.) {
503  cout << "***WARNING wrong sector? " << endl;
504  }
505  }
506 
507  if (tableSet == "fake" || vol->magFile== "fake") {
508  interpolators[vol->magFile] = new magneticfield::FakeInterpolator();
509  return;
510  }
511 
512  string fullPath;
513 
514  try {
515  edm::FileInPath mydata("MagneticField/Interpolation/data/"+tableSet+"/"+vol->magFile);
516  fullPath = mydata.fullPath();
517  } catch (edm::Exception& exc) {
518  cerr << "MagGeoBuilderFromDDD: exception in reading table; " << exc.what() << endl;
519  if (!debug) throw;
520  return;
521  }
522 
523 
524  try{
525  if (vol->toExpand()){
526  //FIXME: see discussion on mergeCylinders above.
527 // interpolators[vol->magFile] =
528 // MFGridFactory::build( fullPath, *(vol->placement()), vol->minPhi(), vol->maxPhi());
529  } else {
530  // If the table is in "local" coordinates, must create a reference
531  // frame that is appropriately rotated along the CMS Z axis.
532 
533  GloballyPositioned<float> rf = *(vol->placement());
534 
535  if (vol->masterSector != 1) {
537 
538  GloballyPositioned<float>::RotationType rot(Vector(0,0,1), -masterSectorPhi);
539  Vector vpos(vol->placement()->position());
540 
541 
542  rf = GloballyPositioned<float>(GloballyPositioned<float>::PositionType(rot.multiplyInverse(vpos)), vol->placement()->rotation()*rot);
543  }
544 
545  interpolators[vol->magFile] =
546  MFGridFactory::build( fullPath, rf);
547  }
548  } catch (MagException& exc) {
549  cout << exc.what() << endl;
550  interpolators.erase(vol->magFile);
551  if (!debug) throw;
552  return;
553  }
554 
555 
556  if (debug) {
557  // Check that all grid points of the interpolator are inside the volume.
558  const MagVolume6Faces tempVolume(vol->placement()->position(),
559  vol->placement()->rotation(),
560  vol->shape(),
561  vol->sides(),
562  interpolators[vol->magFile]);
563 
564  const MFGrid* grid = dynamic_cast<const MFGrid*>(interpolators[vol->magFile]);
565  if (grid!=0) {
566 
567  Dimensions sizes = grid->dimensions();
568  cout << "Grid has 3 dimensions "
569  << " number of nodes is " << sizes.w << " " << sizes.h
570  << " " << sizes.d << endl;
571 
572  const double tolerance = 0.03;
573 
574 
575  size_t dumpCount = 0;
576  for (int j=0; j < sizes.h; j++) {
577  for (int k=0; k < sizes.d; k++) {
578  for (int i=0; i < sizes.w; i++) {
579  MFGrid::LocalPoint lp = grid->nodePosition( i, j, k);
580  if (! tempVolume.inside(lp, tolerance)) {
581  if (++dumpCount < 2) {
582  MFGrid::GlobalPoint gp = tempVolume.toGlobal(lp);
583  cout << "GRID ERROR: " << i << " " << j << " " << k
584  << " local: " << lp
585  << " global: " << gp
586  << " R= " << gp.perp() << " phi=" << gp.phi() << endl;
587  }
588  }
589  }
590  }
591  }
592 
593  cout << "Volume:" << vol->volumeno << " : Number of grid points outside the MagVolume: " << dumpCount << "/" << sizes.w*sizes.h*sizes.d << endl;
594  }
595  }
596 }
virtual char const * what() const
Definition: Exception.cc:141
int i
Definition: DBlmapReader.cc:9
ROOT::Math::Plane3D::Vector Vector
Definition: EcalHitMaker.cc:29
GloballyPositioned< float >::LocalPoint LocalPoint
Definition: MFGrid.h:34
int w
Definition: MFGrid.h:17
virtual const char * what() const
Definition: MagExceptions.cc:6
int j
Definition: DBlmapReader.cc:9
static MFGrid * build(const std::string &name, const GloballyPositioned< float > &vol)
Build interpolator for a binary grid file.
int k[5][pyjets_maxn]
GloballyPositioned< float >::GlobalPoint GlobalPoint
Definition: MFGrid.h:32
Definition: MFGrid.h:29
int d
Definition: MFGrid.h:19
int h
Definition: MFGrid.h:18
Point3DBase< T, GlobalTag > PositionType
double pi()
Definition: Pi.h:31
tuple cout
Definition: gather_cfg.py:121
void MagGeoBuilderFromDDD::buildMagVolumes ( const handles volumes,
std::map< std::string, MagProviderInterpol * > &  interpolators 
)
private

Definition at line 441 of file MagGeoBuilderFromDDD.cc.

References combine::key, MagVolume::ownsFieldProvider(), GloballyPositioned< T >::position(), GloballyPositioned< T >::rotation(), and theScalingFactors.

Referenced by build().

441  {
442  // Build all MagVolumes setting the MagProviderInterpol
443  for (handles::const_iterator vol=volumes.begin(); vol!=volumes.end();
444  ++vol){
445  const MagProviderInterpol* mp = 0;
446  if (interpolators.find((*vol)->magFile)!=interpolators.end()) {
447  mp = interpolators[(*vol)->magFile];
448  } else {
449  edm::LogError("MagGeoBuilderFromDDDbuildMagVolumes") << "No interpolator found for file " << (*vol)->magFile
450  << " vol: " << (*vol)->volumeno << "\n" << interpolators.size() <<endl;
451  }
452 
453  // Search for [volume,sector] in the list of scaling factors; sector = 0 handled as wildcard
454  // ASSUMPTION: copyno == sector.
455  int key = ((*vol)->volumeno)*100+(*vol)->copyno;
456  map<int, double>::const_iterator isf = theScalingFactors.find(key);
457  if (isf == theScalingFactors.end()) {
458  key = ((*vol)->volumeno)*100;
459  isf = theScalingFactors.find(key);
460  }
461 
462  double sf = 1.;
463  if (isf != theScalingFactors.end()) {
464  sf = (*isf).second;
465 
466  edm::LogInfo("MagneticField|VolumeBasedMagneticFieldESProducer") << "Applying scaling factor " << sf << " to "<< (*vol)->volumeno << "["<< (*vol)->copyno << "] (key:" << key << ")" << endl;
467  }
468 
469  const GloballyPositioned<float> * gpos = (*vol)->placement();
470  (*vol)->magVolume = new MagVolume6Faces(gpos->position(),
471  gpos->rotation(),
472  (*vol)->shape(),
473  (*vol)->sides(),
474  mp, sf);
475 
476  if ((*vol)->copyno==(*vol)->masterSector) {
477  (*vol)->magVolume->ownsFieldProvider(true);
478  }
479 
480  (*vol)->magVolume->setIsIron((*vol)->isIron());
481 
482  // The name and sector of the volume are saved for debug purposes only. They may be removed at some point...
483  (*vol)->magVolume->volumeNo = (*vol)->volumeno;
484  (*vol)->magVolume->copyno = (*vol)->copyno;
485  }
486 }
list key
Definition: combine.py:13
const RotationType & rotation() const
const PositionType & position() const
std::map< int, double > theScalingFactors
void ownsFieldProvider(bool o)
Definition: MagVolume.h:53
vector< MagESector * > MagGeoBuilderFromDDD::endcapSectors ( ) const

Get endcap layers.

Definition at line 631 of file MagGeoBuilderFromDDD.cc.

References mESectors.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

631  {
632  return mESectors;
633 }
std::vector< MagESector * > mESectors
vector< MagVolume6Faces * > MagGeoBuilderFromDDD::endcapVolumes ( ) const
private

Definition at line 645 of file MagGeoBuilderFromDDD.cc.

References eVolumes, i, and findQualityFiles::v.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

645  {
646  vector<MagVolume6Faces*> v;
647  v.reserve(eVolumes.size());
648  for (handles::const_iterator i=eVolumes.begin();
649  i!=eVolumes.end(); ++i){
650  v.push_back((*i)->magVolume);
651  }
652  return v;
653 }
int i
Definition: DBlmapReader.cc:9
float MagGeoBuilderFromDDD::maxR ( ) const

Definition at line 656 of file MagGeoBuilderFromDDD.cc.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

656  {
657  //FIXME: should get it from the actual geometry
658  return 900.;
659 }
float MagGeoBuilderFromDDD::maxZ ( ) const

Definition at line 661 of file MagGeoBuilderFromDDD.cc.

References geometryVersion.

Referenced by MagGeoBuilderFromDDD::bSector::bSector(), and magneticfield::VolumeBasedMagneticFieldESProducer::produce().

661  {
662  //FIXME: should get it from the actual geometry
663  if (geometryVersion>=120812) return 2000.;
664  else return 1600.;
665 }
void MagGeoBuilderFromDDD::setGridFiles ( const std::auto_ptr< magneticfield::TableFileMap gridFiles)

Definition at line 680 of file MagGeoBuilderFromDDD.cc.

References theGridFiles.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

680  {
681  theGridFiles=gridFiles;
682 }
std::auto_ptr< magneticfield::TableFileMap > theGridFiles
void MagGeoBuilderFromDDD::setScaling ( const std::vector< int > &  keys,
const std::vector< double > &  values 
)

Set scaling factors for individual volumes. "keys" is a vector of 100*volume number + sector (sector 0 = all sectors) "values" are the corresponding scaling factors

Definition at line 668 of file MagGeoBuilderFromDDD.cc.

References edm::hlt::Exception, i, and theScalingFactors.

Referenced by magneticfield::VolumeBasedMagneticFieldESProducer::produce().

670 {
671  if (keys.size() != values.size()) {
672  throw cms::Exception("InvalidParameter") << "Invalid field scaling parameters 'scalingVolumes' and 'scalingFactors' ";
673  }
674  for (unsigned int i=0; i<keys.size(); ++i) {
676  }
677 }
int i
Definition: DBlmapReader.cc:9
std::map< int, double > theScalingFactors
void MagGeoBuilderFromDDD::summary ( handles volumes)
private

Definition at line 83 of file MagGeoBuilderFromDDD.cc.

References gather_cfg::cout, first, i, prof2calltree::last, and edm::second().

Referenced by build().

83  {
84  // The final countdown.
85  int ivolumes = volumes.size(); // number of volumes
86  int isurfaces = ivolumes*6; // number of individual surfaces
87  int iassigned = 0; // How many have been assigned
88  int iunique = 0; // number of unique surfaces
89  int iref_ass = 0;
90  int iref_nass = 0;
91 
92  set<const void *> ptrs;
93 
94  handles::const_iterator first = volumes.begin();
95  handles::const_iterator last = volumes.end();
96 
97  for (handles::const_iterator i=first; i!=last; ++i){
98  if (int((*i)->shape())>4) continue; // FIXME: implement test for missing shapes...
99  for (int side = 0; side < 6; ++side) {
100  int references = (*i)->references(side);
101  if ((*i)->isPlaneMatched(side)) {
102  ++iassigned;
103  bool firstOcc = (ptrs.insert(&((*i)->surface(side)))).second;
104  if (firstOcc) iref_ass+=references;
105  if (references<2){
106  cout << "*** Only 1 ref, vol: " << (*i)->volumeno << " # "
107  << (*i)->copyno << " side: " << side << endl;
108  }
109  } else {
110  iref_nass+=references;
111  if (references>1){
112  cout << "*** Ref_nass >1 " <<endl;
113  }
114  }
115  }
116  }
117  iunique = ptrs.size();
118 
119  cout << " volumes " << ivolumes << endl
120  << " surfaces " << isurfaces << endl
121  << " assigned " << iassigned << endl
122  << " unique " << iunique << endl
123  << " iref_ass " << iref_ass << endl
124  << " iref_nass " << iref_nass << endl;
125 }
int i
Definition: DBlmapReader.cc:9
U second(std::pair< T, U > const &p)
bool first
Definition: L1TdeRCT.cc:79
tuple cout
Definition: gather_cfg.py:121
void MagGeoBuilderFromDDD::testInside ( handles volumes)
private

Definition at line 600 of file MagGeoBuilderFromDDD.cc.

References gather_cfg::cout, and i.

Referenced by build().

600  {
601  // test inside() for all volumes.
602  cout << "--------------------------------------------------" << endl;
603  cout << " inside(center) test" << endl;
604  for (handles::const_iterator vol=volumes.begin(); vol!=volumes.end();
605  ++vol){
606  for (handles::const_iterator i=volumes.begin(); i!=volumes.end();
607  ++i){
608  if ((*i)==(*vol)) continue;
609  //if ((*i)->magVolume == 0) continue;
610  if ((*i)->magVolume->inside((*vol)->center())) {
611  cout << "*** ERROR: center of V " << (*vol)->volumeno << " is inside V "
612  << (*i)->volumeno <<endl;
613  }
614  }
615 
616  if ((*vol)->magVolume->inside((*vol)->center())) {
617  cout << "V " << (*vol)->volumeno << " OK " << endl;
618  } else {
619  cout << "*** ERROR: center of volume is not inside it, "
620  << (*vol)->volumeno << endl;
621  }
622  }
623  cout << "--------------------------------------------------" << endl;
624 }
int i
Definition: DBlmapReader.cc:9
tuple cout
Definition: gather_cfg.py:121

Friends And Related Function Documentation

friend class MagGeometry
friend

Definition at line 68 of file MagGeoBuilderFromDDD.h.

Definition at line 70 of file MagGeoBuilderFromDDD.h.

Definition at line 69 of file MagGeoBuilderFromDDD.h.

friend class TestMagVolume
friend

Definition at line 67 of file MagGeoBuilderFromDDD.h.

Member Data Documentation

handles MagGeoBuilderFromDDD::bVolumes
private

Definition at line 118 of file MagGeoBuilderFromDDD.h.

Referenced by barrelVolumes(), build(), and ~MagGeoBuilderFromDDD().

bool MagGeoBuilderFromDDD::debug
staticprivate
handles MagGeoBuilderFromDDD::eVolumes
private

Definition at line 121 of file MagGeoBuilderFromDDD.h.

Referenced by build(), endcapVolumes(), and ~MagGeoBuilderFromDDD().

int MagGeoBuilderFromDDD::geometryVersion
private

Definition at line 127 of file MagGeoBuilderFromDDD.h.

Referenced by maxZ().

std::vector<MagBLayer*> MagGeoBuilderFromDDD::mBLayers
private

Definition at line 123 of file MagGeoBuilderFromDDD.h.

Referenced by barrelLayers(), and build().

std::vector<MagESector*> MagGeoBuilderFromDDD::mESectors
private

Definition at line 124 of file MagGeoBuilderFromDDD.h.

Referenced by build(), and endcapSectors().

std::string MagGeoBuilderFromDDD::tableSet
private

Definition at line 126 of file MagGeoBuilderFromDDD.h.

Referenced by buildInterpolator().

std::auto_ptr<magneticfield::TableFileMap> MagGeoBuilderFromDDD::theGridFiles
private

Definition at line 130 of file MagGeoBuilderFromDDD.h.

Referenced by build(), and setGridFiles().

std::map<int, double> MagGeoBuilderFromDDD::theScalingFactors
private

Definition at line 129 of file MagGeoBuilderFromDDD.h.

Referenced by buildMagVolumes(), and setScaling().