ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4OuterHcalDisplayAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4OuterHcalDisplayAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4OUTERHCALDISPLAYACTION_H
4 #define G4DETECTORS_PHG4OUTERHCALDISPLAYACTION_H
5 
7 
8 #include <set>
9 #include <string> // for string
10 #include <vector>
11 
12 class G4LogicalVolume;
13 class G4VisAttributes;
14 class G4VPhysicalVolume;
15 
17 {
18  public:
19  PHG4OuterHcalDisplayAction(const std::string &name);
20 
21  ~PHG4OuterHcalDisplayAction() override;
22 
23  void ApplyDisplayAction(G4VPhysicalVolume *physvol) override;
27 
28  private:
31  std::vector<G4VisAttributes *> m_VisAttVec;
32  std::set<G4LogicalVolume *> m_ScintiLogVolSet;
33 };
34 
35 #endif // G4DETECTORS_PHG4OUTERHCALDISPLAYACTION_H