Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions PWGEM/PhotonMeson/Tasks/photonhbt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ struct photonhbt {
float opa = 0.f;
float cosOA = 0.f;
float drOverCosOA = 0.f;

float deta = 0.f, dphi = 0.f;
float pairEta = 0.f, pairPhi = 0.f;
float kt = 0.f, qinv = 0.f;
Expand Down Expand Up @@ -1566,10 +1567,10 @@ struct photonhbt {

PROCESS_SWITCH(photonhbt, processAnalysis, "pairing for analysis", true);

template <soa::is_table TCollisions,
soa::is_table TPhotons,
soa::is_table TLegs,
soa::is_table TMCParticles,
template <typename TCollisions,
typename TPhotons,
typename TLegs,
typename TMCParticles,
typename TPreslice,
typename TCut>
void runPairingMC(TCollisions const& collisions,
Expand Down
Loading