Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:55

0001 #ifndef __CondFormats_Alignment_DetectorGlobalPosition_h
0002 #define __CondFormats_Alignment_DetectorGlobalPosition_h
0003 
0004 ///
0005 /// A function to extract GlobalPositionRcd from a given record and
0006 /// return the entry corresponding to this detector id
0007 ///
0008 
0009 class Alignments;
0010 class AlignTransform;
0011 class DetId;
0012 
0013 namespace align {
0014   const AlignTransform &DetectorGlobalPosition(const Alignments &allGlobals, const DetId &id);
0015 }
0016 
0017 #endif