#include "ClusterTimeProjectionMMClusterBuilderTool.h"
#include <algorithm>
#include <numeric>
#include "EventPrimitives/EventPrimitivesHelpers.h"
#include "GaudiKernel/PhysicalConstants.h"
#include "GaudiKernel/SystemOfUnits.h"
Go to the source code of this file.
|
| namespace | Muon |
| | NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
◆ DEFINE_VECTOR
| #define DEFINE_VECTOR |
( |
| dType, |
|
|
| varName, |
|
|
| nEles ) |
Value: std::vector<dType> varName{}; \
varName.reserve(nEles);
Definition at line 13 of file ClusterTimeProjectionMMClusterBuilderTool.cxx.
13#define DEFINE_VECTOR(dType, varName, nEles) \
14 std::vector<dType> varName{}; \
15 varName.reserve(nEles);