EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
CalorimeterClusterShapeConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2025 Derek Anderson
3
4#pragma once
5
6#include <string>
7#include <vector>
8#include <Evaluator/DD4hepUnits.h>
9
10namespace eicrecon {
11
13
16
18 std::string energyWeight = "none";
19
21
26 double sampFrac = 1.;
27
36 std::vector<double> logWeightBaseCoeffs{};
37 double logWeightBase_Eref = 50 * dd4hep::MeV;
38 double logWeightBase = 3.6;
39
40}; // end CalorimeterClusterShapeConfig
41
42} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition CalorimeterClusterShapeConfig.h:12
double sampFrac
sampling fraction
Definition CalorimeterClusterShapeConfig.h:26
std::string energyWeight
weighting method to use
Definition CalorimeterClusterShapeConfig.h:18
bool longitudinalShowerInfoAvailable
determines if intrinsic theta/phi are calculated
Definition CalorimeterClusterShapeConfig.h:15
std::vector< double > logWeightBaseCoeffs
Definition CalorimeterClusterShapeConfig.h:36
double logWeightBase
Definition CalorimeterClusterShapeConfig.h:38
double logWeightBase_Eref
Definition CalorimeterClusterShapeConfig.h:37