Skip to content

Commit 1ecd4c3

Browse files
committed
Add efficiency plots + MC QA plots
1 parent 73daccf commit 1ecd4c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ struct photonhbt {
514514
float opa = 0.f;
515515
float cosOA = 0.f;
516516
float drOverCosOA = 0.f;
517+
517518
float deta = 0.f, dphi = 0.f;
518519
float pairEta = 0.f, pairPhi = 0.f;
519520
float kt = 0.f, qinv = 0.f;
@@ -1566,10 +1567,10 @@ struct photonhbt {
15661567

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

1569-
template <soa::is_table TCollisions,
1570-
soa::is_table TPhotons,
1571-
soa::is_table TLegs,
1572-
soa::is_table TMCParticles,
1570+
template <typename TCollisions,
1571+
typename TPhotons,
1572+
typename TLegs,
1573+
typename TMCParticles,
15731574
typename TPreslice,
15741575
typename TCut>
15751576
void runPairingMC(TCollisions const& collisions,

0 commit comments

Comments
 (0)