ATLAS Offline Software
DeltaPhiLeading.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // DeltaPhiLeading.h
5 // TopoCore
6 // Created by Joerg Stelzer on 11/16/12.
7 
8 #ifndef __TopoCore__DeltaPhiLeading__
9 #define __TopoCore__DeltaPhiLeading__
10 
11 #include <iostream>
13 
14 namespace TCS {
15 
16  class DeltaPhiLeading : public DecisionAlg {
17  public:
18  DeltaPhiLeading(const std::string & name);
19  virtual ~DeltaPhiLeading();
20 
21 
22  virtual TCS::StatusCode process( const std::vector<TCS::TOBArray const *> & input,
23  const std::vector<TCS::TOBArray *> & output,
24  Decision & decison );
25 
26  };
27 
28 } // end of namespace TCS
29 
30 #endif /* defined(__TopoCore__DeltaPhiLeading__) */
TCS::DeltaPhiLeading
Definition: DeltaPhiLeading.h:16
TCS::DecisionAlg
Definition: Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TCS::Decision
Definition: L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
merge.output
output
Definition: merge.py:17
DecisionAlg.h
TCS::DeltaPhiLeading::DeltaPhiLeading
DeltaPhiLeading(const std::string &name)
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::DeltaPhiLeading::process
virtual TCS::StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::DeltaPhiLeading::~DeltaPhiLeading
virtual ~DeltaPhiLeading()