CMS 3D CMS Logo

SimBeamSpot_PayloadInspector.cc
Go to the documentation of this file.
6 
7 namespace {
8 
9  /************************************************
10  Display of Sim Beam Spot parameters
11  *************************************************/
12 
13  typedef simBeamSpotPI::DisplayParameters<SimBeamSpotObjects> SimBeamSpotParameters;
14 
15  /************************************************
16  Display of Sim Beam Spot parameters Differences
17  *************************************************/
18 
20  SimBeamSpotParametersDiffSingleTag;
22  SimBeamSpotParametersDiffTwoTags;
23 
24 } // namespace
25 
27  PAYLOAD_INSPECTOR_CLASS(SimBeamSpotParameters);
28  PAYLOAD_INSPECTOR_CLASS(SimBeamSpotParametersDiffSingleTag);
29  PAYLOAD_INSPECTOR_CLASS(SimBeamSpotParametersDiffTwoTags);
30 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
#define PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME)