CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
MuonGeometrySVGTemplate Class Reference

#include <Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc>

Inheritance diagram for MuonGeometrySVGTemplate:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 MuonGeometrySVGTemplate (const edm::ParameterSet &iConfig)
 
 ~MuonGeometrySVGTemplate () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &iConfig) override
 

Private Attributes

std::string m_wheelTemplateName
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 46 of file MuonGeometrySVGTemplate.cc.

Constructor & Destructor Documentation

◆ MuonGeometrySVGTemplate()

MuonGeometrySVGTemplate::MuonGeometrySVGTemplate ( const edm::ParameterSet iConfig)
explicit

Definition at line 65 of file MuonGeometrySVGTemplate.cc.

66  : m_wheelTemplateName(iConfig.getParameter<std::string>("wheelTemplateName")) {}
T getParameter(std::string const &) const
Definition: ParameterSet.h:303

◆ ~MuonGeometrySVGTemplate()

MuonGeometrySVGTemplate::~MuonGeometrySVGTemplate ( )
overridedefault

Member Function Documentation

◆ analyze()

void MuonGeometrySVGTemplate::analyze ( const edm::Event iEvent,
const edm::EventSetup iConfig 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 71 of file MuonGeometrySVGTemplate.cc.

References AlignableNavigator::alignableFromDetId(), c, relativeConstraints::chamber, edm::FileInPath::fullPath(), triggerObjects_cff::id, M_PI, m_wheelTemplateName, CSCOverlapsAlignmentAlgorithm_cff::muonAlignment, MillePedeFileConverter_cfg::out, phi, relativeConstraints::station, ApeEstimator_cff::width, x, PV3DBase< T, PVType, FrameType >::x(), y, and PV3DBase< T, PVType, FrameType >::y().

71  {
72  // loads ideal geometry
73  MuonAlignmentInputMethod inputMethod;
74  MuonAlignment muonAlignment(iSetup, inputMethod);
75  AlignableNavigator *alignableNavigator = muonAlignment.getAlignableNavigator();
76 
77  edm::FileInPath fip_BEGINNING("Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING");
78  std::ifstream in_BEGINNING(fip_BEGINNING.fullPath().c_str());
79  edm::FileInPath fip_END("Alignment/MuonAlignment/data/wheel_template.svg_END");
80  std::ifstream in_END(fip_END.fullPath().c_str());
81 
82  const double height = 45.; // assume all chambers are 45 cm tall (local z)
83  std::ofstream out(m_wheelTemplateName.c_str());
84 
85  while (in_BEGINNING.good()) {
86  char c = (char)in_BEGINNING.get();
87  if (in_BEGINNING.good())
88  out << c;
89  }
90 
91  for (int station = 1; station <= 4; station++) {
92  int numSectors = 12;
93  if (station == 4)
94  numSectors = 14;
95  for (int sector = 1; sector <= numSectors; sector++) {
96  DTChamberId id(-2, station, sector); // wheel -2 has a +1 signConvention for x
97  Alignable *chamber = &*(alignableNavigator->alignableFromDetId(id));
98 
99  // different stations, sectors have different widths (*very* fortunate that Alignment software provides this)
100  double width = chamber->surface().width();
101 
102  // lower-left corner of chamber in the chamber's coordinates
103  double x = -width / 2.;
104  double y = -height / 2.;
105 
106  // phi position of chamber
107  align::GlobalVector direction = chamber->surface().toGlobal(LocalVector(1., 0., 0.));
108  double phi = atan2(direction.y(), direction.x());
109 
110  // we'll apply a translation to put the chamber in its place
111  double tx = chamber->surface().position().x();
112  double ty = chamber->surface().position().y();
113 
114  out << " <rect id=\"MB_" << station << "_" << sector << "\" x=\"" << x << "\" y=\"" << y << "\" width=\""
115  << width << "\" height=\"" << height << "\" transform=\"translate(" << tx << ", " << ty << ") rotate("
116  << phi * 180. / M_PI
117  << ")\" style=\"fill:#e1e1e1;fill-opacity:1;stroke:#000000;stroke-width:5.0;stroke-dasharray:1, "
118  "1;stroke-dashoffset:0\" />"
119  << std::endl;
120  }
121  }
122 
123  while (in_END.good()) {
124  char c = (char)in_END.get();
125  if (in_END.good())
126  out << c;
127  }
128 }
Local3DVector LocalVector
Definition: LocalVector.h:12
T x() const
Definition: PV3DBase.h:59
T y() const
Definition: PV3DBase.h:60
#define M_PI
AlignableDetOrUnitPtr alignableFromDetId(const DetId &detid)
Returns AlignableDetOrUnitPtr corresponding to given DetId.

Member Data Documentation

◆ m_wheelTemplateName

std::string MuonGeometrySVGTemplate::m_wheelTemplateName
private

Definition at line 54 of file MuonGeometrySVGTemplate.cc.

Referenced by analyze().