CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes.h
Go to the documentation of this file.
4 #include <vector>
5 #include <map>
9 
10 
11 namespace DataFormats_Alignment {
12  struct dictionary {
14  // for LAS interface to track-based alignment
16  // TkLasBeam beam1; // not needed since not templated
17  // edm::Wrapper<TkLasBeam> beam2; // not needed since not an EDProduct?
20 
21  // TkFittedLasBeam fitBeam1; // not needed since not templated?
24 
25 
27  // for AlCaSkim
29  // not needed (not instance of template):
30  // AlignmentClusterFlag ahf;
31  // edm::Wrapper<AlignmentClusterFlag> wahf; // not needed since not an EDProduct?
34 /* AliTrackTakenClusterValueMap atthvm1; // needed? */
35 /* edm::Wrapper<AliTrackTakenClusterValueMap> watthvm1; // needed? */
36  };
37 }
edm::Wrapper< TkLasBeamCollection > beamCollection2
Definition: classes.h:19
TkLasBeamCollection beamCollection1
Definition: classes.h:18
AliClusterValueMap ahvm1
Definition: classes.h:32
edm::Wrapper< AliClusterValueMap > wahvm1
Definition: classes.h:33
edm::Wrapper< TkFittedLasBeamCollection > fitBeamCollection2
Definition: classes.h:23
std::vector< TkFittedLasBeam > TkFittedLasBeamCollection
TkFittedLasBeamCollection fitBeamCollection1
Definition: classes.h:22
std::vector< TkLasBeam > TkLasBeamCollection