Changeset 8269ee2 in git for modules/FastJetFinder.h
- Timestamp:
- Nov 29, 2017, 8:04:09 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1d2d44b, dda357d
- Parents:
- 5107603 (diff), 67b86c2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (11/29/17 20:04:09)
- git-committer:
- GitHub <noreply@…> (11/29/17 20:04:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetFinder.h
r5107603 r8269ee2 41 41 namespace contrib { 42 42 class NjettinessPlugin; 43 class ValenciaPlugin; 43 44 class AxesDefinition; 44 45 class MeasureDefinition; … … 61 62 void *fPlugin; //! 62 63 void *fRecomb; //! 64 65 fastjet::contrib::AxesDefinition *fAxesDef; 66 fastjet::contrib::MeasureDefinition *fMeasureDef; 67 63 68 fastjet::contrib::NjettinessPlugin *fNjettinessPlugin; //! 64 69 fastjet::contrib::ValenciaPlugin *fValenciaPlugin; //! 65 70 fastjet::JetDefinition *fDefinition; //! 66 71 67 72 Int_t fJetAlgorithm; 68 73 Double_t fParameterR; 74 69 75 Double_t fJetPTMin; 70 76 Double_t fConeRadius; … … 77 83 Double_t fOverlapThreshold; 78 84 85 //-- Exclusive clustering for e+e- collisions -- 86 87 Int_t fNJets; 88 Bool_t fExclusiveClustering; 89 90 //-- Valencia Linear Collider algorithm 91 Double_t fGamma; 92 79 93 //-- N (sub)jettiness parameters -- 80 94 81 95 Bool_t fComputeNsubjettiness; 82 fastjet::contrib::AxesDefinition *fAxesDef;83 fastjet::contrib::MeasureDefinition *fMeasureDef;84 96 Double_t fBeta; 85 97 Int_t fAxisMode;
Note:
See TracChangeset
for help on using the changeset viewer.