ATLAS Offline Software
Loading...
Searching...
No Matches
PUSplitGrid.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRIGEFMISSINGET_PUSPLITGRID_H
6#define TRIGEFMISSINGET_PUSPLITGRID_H
7
9
10namespace HLT
11{
12 namespace MET
13 {
14 class PUSplitGrid : public PufitMultiGrid<3>
15 {
16 public:
26 double maxEta,
27 std::size_t nEtaTowers,
28 std::size_t nPhiTowers,
29 bool displaceEta = false,
30 bool displacePhi = false);
31
34
36 PUSplitGrid(const PUSplitGrid &other);
37 }; //> end class PUSplitGrid
38
40 } // namespace MET
41} // namespace HLT
42
43#endif //> !TRIGEFMISSINGET_PUSPLITGRID_H
PUSplitGrid(double maxEta, std::size_t nEtaTowers, std::size_t nPhiTowers, bool displaceEta=false, bool displacePhi=false)
Create a new tower grid.
const GridParameters & parameters() const
PufitMultiGrid(double maxEta, std::size_t nEtaTowers, std::size_t nPhiTowers, bool displaceEta=false, bool displacePhi=false)
PufitMultiGridSet< PUSplitGrid > PUSplitGridSet
Definition PUSplitGrid.h:39
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Parameters describing a grid.
Helper struct to forward the SignedKinematics operators nicely.