ATLAS Offline Software
IStaticFlavorSvcFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // IStaticFlavorSvcFilter.h, (c) ATLAS Detector software
8 
9 #ifndef ISF_INTERFACES_ISTATICFLAVORSVCFILTER_H
10 #define ISF_INTERFACES_ISTATICFLAVORSVCFILTER_H 1
11 
12 // Framework include
13 #include "GaudiKernel/IAlgTool.h"
14 // ISF Interfaces includes
16 
17 namespace ISF {
18 
19  class StackParticle;
20 
30  class IStaticFlavorSvcFilter : virtual public IAlgTool, public IFlavorSvcFilter {
31  public:
32 
35 
38 
39  };
40 
41 } // end of namespace
42 
43 #endif // ISF_INTERFACES_ISTATICFLAVORSVCFILTER_H
ISF::IStaticFlavorSvcFilter::DeclareInterfaceID
DeclareInterfaceID(IStaticFlavorSvcFilter, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISF::IStaticFlavorSvcFilter::~IStaticFlavorSvcFilter
virtual ~IStaticFlavorSvcFilter()
Virtual destructor.
Definition: IStaticFlavorSvcFilter.h:34
ISF::IStaticFlavorSvcFilter
Definition: IStaticFlavorSvcFilter.h:30
IFlavorSvcFilter.h
ISF
ISFParticleOrderedQueue.
Definition: PrimaryParticleInformation.h:13
ISF::IFlavorSvcFilter
Definition: IFlavorSvcFilter.h:30