ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawDetSelector.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 LARRAWUTILS_LARRAWROISELECTOR_H
6#define LARRAWUTILS_LARRAWROISELECTOR_H
7
8
13
23
24 public:
25
27 virtual ~LArRawDetSelector () {}
28
29 void setDet( const Identifier& id) ;
30 void setDet(const HWIdentifier& chid );
31
32 virtual bool select(const LArRawChannel * rawchan);
33
34 private:
37 bool m_em;
38 bool m_hec;
39 bool m_fcal;
40};
41
42
43#endif
Helper class for offline cell identifiers.
Definition CaloCell_ID.h:34
Container for LArRawChannel (IDC using LArRawChannelCollection)
Liquid Argon ROD output object base class.
const CaloCell_ID * m_caloCellID
LArRawDetSelector(const LArRawChannelContainer *c=NULL)
void setDet(const Identifier &id)
const LArOnlineID * m_onlineID
virtual bool select(const LArRawChannel *rawchan)