Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:37

0001 /****************************************************************************
0002  *
0003  * This is a part of CTPPS offline software.
0004  * Authors:
0005  *   Nicola Minafra (nicola.minafra@cern.ch)
0006  *   Mateusz Szpyrka (mateusz.szpyrka@cern.ch)
0007  *
0008  ****************************************************************************/
0009 
0010 #ifndef DataFormats_CTPPSReco_TotemTimingLocalTrack
0011 #define DataFormats_CTPPSReco_TotemTimingLocalTrack
0012 
0013 #include "DataFormats/CTPPSReco/interface/CTPPSTimingLocalTrack.h"
0014 
0015 //----------------------------------------------------------------------------------------------------
0016 
0017 class TotemTimingLocalTrack : public CTPPSTimingLocalTrack {
0018 public:
0019   using CTPPSTimingLocalTrack::CTPPSTimingLocalTrack;
0020   // no specific class members yet
0021 };
0022 
0023 #endif