Skip to content

Commit

Permalink
Merge pull request #1 from aloeliger/patch-1
Browse files Browse the repository at this point in the history
Update L1EGammaCrystalsEmulatorProducer.cc format
  • Loading branch information
skkwan committed Jun 8, 2023
2 parents b6eb07b + e7cfb5e commit f9e2671
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -1139,12 +1139,12 @@ void L1EGCrystalClusterEmulatorProducer::produce(edm::Event& iEvent, const edm::
-1000,
energy_cluster_L2Card[ii][jj][ll],
-1,
is_iso&& is_ss,
is_iso&& is_ss,
is_iso && is_ss,
is_iso && is_ss,
is_photon,
is_iso&& is_ss,
is_looseTkiso&& is_looseTkss,
is_iso&& is_ss);
is_iso && is_ss,
is_looseTkiso && is_looseTkss,
is_iso && is_ss);
// Experimental parameters, don't want to bother with hardcoding them in data format
std::map<std::string, float> params;
params["standaloneWP_showerShape"] = is_ss;
Expand Down

0 comments on commit f9e2671

Please sign in to comment.