ATLAS Offline Software
Loading...
Searching...
No Matches
TBMWPC.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#include "TBEvent/TBMWPC.h"
7
9// Constructors and Destructor //
11
14 m_isX(false)
15{
16}
17
18TBMWPC::TBMWPC(const std::string& thisBPCName)
19 : TBBeamDetector(thisBPCName),
20 m_isX(false)
21{
22
23}
24
27
TBMWPC()
Definition TBMWPC.cxx:12
~TBMWPC()
Definition TBMWPC.cxx:25
bool m_isX
Definition TBMWPC.h:92