Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TowerJetInput.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TowerJetInput.h
1
#ifndef JETBASE_TOWERJETINPUT_H
2
#define JETBASE_TOWERJETINPUT_H
3
4
#include "
JetInput.h
"
5
#include "
Jet.h
"
6
7
#include <calobase/RawTowerDefs.h>
8
9
#include <iostream>
// for cout, ostream
10
11
#include <vector>
12
// forward declarations
13
class
PHCompositeNode
;
14
class
TowerJetInput
:
public
JetInput
15
{
16
public
:
17
TowerJetInput
(
Jet::SRC
input
);
18
~TowerJetInput
()
override
{}
19
20
void
identify
(std::ostream&
os
= std::cout)
override
;
21
22
Jet::SRC
get_src
()
override
{
return
m_input
; }
23
24
std::vector<Jet*>
get_input
(
PHCompositeNode
* topNode)
override
;
25
26
private
:
27
Jet::SRC
m_input
;
28
RawTowerDefs::CalorimeterId
geocaloid
;
29
bool
m_use_towerinfo
=
false
;
30
};
31
32
#endif
coresoftware
blob
master
offline
packages
jetbase
TowerJetInput.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration