CMS 3D CMS Logo

PPSPixelOrganization.h
Go to the documentation of this file.
1 #ifndef _PPS_TrackerOrganization_h
2 #define _PPS_TrackerOrganization_h 1
3 // -*- C++ -*-
4 //
5 // Package: PPS
6 // Class : PPSPixelOrganization
7 //
17 //
18 // Original Author: R. Capra
19 // Created: Tue May 16 10:14:34 CEST 2006
20 //
21 
23 #include "globals.hh"
24 
26 public:
27  // ---------- Constructor and destructor -----------------
29  ~PPSPixelOrganization() override = default;
30 
31  // ---------- member functions ---------------------------
32  uint32_t unitID(const G4Step* aStep) override;
33 
34 private:
35  // ---------- Private data members -----------------------
41 };
42 #endif
uint32_t unitID(const G4Step *aStep) override
~PPSPixelOrganization() override=default