ATLAS Offline Software
Loading...
Searching...
No Matches
MicromegasComponent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MicromegasComponent_H
6#define MicromegasComponent_H
7
9
10#include <iostream>
11#include <string>
12
13namespace MuonGM {
14
16
17 public:
19 friend std::ostream &operator<<(std::ostream &os, const MicromegasComponent &c);
20
21 std::string subType{};
22 };
23
24} // namespace MuonGM
25
26#endif
friend std::ostream & operator<<(std::ostream &os, const MicromegasComponent &c)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27