ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace TCS {
15
17 public:
18 DeltaPhiLeading(const std::string & name);
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__) */
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
DeltaPhiLeading(const std::string &name)
virtual TCS::StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
virtual ~DeltaPhiLeading()