Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
l-cadamuro committed May 23, 2016
1 parent 49a8bca commit 6912fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NtupleProducer/plugins/HTauTauNtuplizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class HTauTauNtuplizer : public edm::EDAnalyzer {
std::vector<Float_t> _subjets_pz;
std::vector<Float_t> _subjets_e;
std::vector<Float_t> _subjets_CSV;
std::vector<Float_t> _subjets_ak8MotherIdx;
std::vector<Int_t> _subjets_ak8MotherIdx;

std::vector<Int_t> _jets_Flavour; // parton flavour
std::vector<Int_t> _jets_HadronFlavour; // hadron flavour
Expand Down

0 comments on commit 6912fb2

Please sign in to comment.