- 15 Oct, 2020 2 commits
-
-
Alberto Prades Ibanez authored
using "at" to make it const)
-
Alberto Prades Ibanez authored
one
-
- 13 Oct, 2020 1 commit
-
-
Alberto Prades Ibanez authored
version already uses a const variable). It has been erase from the code. The argument "jet_reco" in the function "getMatchedTruthJet" is now given by reference. The interface for IJetCorrectionTool.h is no longer empty.
-
- 12 Oct, 2020 1 commit
-
-
Alberto Prades Ibanez authored
"CombinedMassUncertaintyComponent.cxx" have been removed because they were used in a Combined mass calculation that is no longer the one used in my tool (I have not use CalibTools to join the Calo and TA mass for a long time) The comparison "float x == 1" have been changed by a threshold value
-
- 11 Oct, 2020 2 commits
-
-
Alberto Prades Ibanez authored
the function "make_unique" +Some commented lines have been erased
-
Alberto Prades Ibanez authored
posted in the MR. Small changes.
-
- 10 Oct, 2020 1 commit
-
-
Alberto Prades Ibanez authored
pointers as suggested by Johannes Josef
-
- 07 Oct, 2020 5 commits
-
-
Alberto Prades Ibanez authored
Delsart suggested
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
Some small changes suggested by Johannes Josef have been implemented in FFJetSmearingTool_MyExample.cxx
-
Alberto Prades Ibanez authored
Some more small changes suggested by Johannes Josef have been implemented in FFJetSmearingTool.cxx and FFJetSmearingTool.h
-
- 06 Oct, 2020 3 commits
-
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
implemented
-
Alberto Prades Ibanez authored
implemented.
-
- 05 Oct, 2020 4 commits
-
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
"empty()"("IsNull()")
-
Alberto Prades Ibanez authored
virtual ~IJetCorrectionTool()=default;
-
Alberto Prades Ibanez authored
variable "m_MeVtoGeV"
-
- 14 Sep, 2020 1 commit
-
-
Alberto Prades Ibanez authored
with the imformation of the systematic that we need (instead of all the information). The name of the systematic has to be saved in order to find the histograms that correspond to the systematic, the topology that are affected,etc . I can not avoid comparing "strings" in the function "getJMSJMR".
-
- 03 Aug, 2020 1 commit
-
-
Alberto Prades Ibanez authored
the Merge Request
-
- 30 Jul, 2020 2 commits
-
-
Alberto Prades Ibanez authored
pointer. Now the Algorithm do not show any error and everything compiles well. Maybe a testing python file should be added in "JetAnalysisAlgorithms/share" and "JetAnalysisAlgorithms/python" because we are using the jet containter AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets. I let Neils decide if it is necessary or not.
-
Alberto Prades Ibanez authored
created. The tool will not work in this commit because I have to change the function "applycorrection" to use an object "jet" and not a pointer. We will be working on this in the next commit.
-
- 29 Jul, 2020 2 commits
-
-
Alberto Prades Ibanez authored
has been diveded in two, one part inside JetInterface and another part inside JetCPInterfaces. Now it completely follows the structure of the JetUncertaintiesTool and we can start working on the Algorithm inside "JetAnalysisAlgorithms"
-
Alberto Prades Ibanez authored
-
- 10 Jul, 2020 2 commits
-
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
CP::SystematicVariation& sys = *m_sysConfig->begin();" in every jet iteration
-
- 09 Jul, 2020 1 commit
-
-
Alberto Prades Ibanez authored
-
- 01 Jul, 2020 4 commits
-
-
Alberto Prades Ibanez authored
FFJetSmearingTool as indicated in: https://atlassoftwaredocs.web.cern.ch/ABtutorial/alg_basic_algorithm/ The dictionary and component factory are included inside the files: JetUncertainties/JetUncertaintiesDict.h JetUncertainties/selection.xml JetUncertainties_entries.cxx JetUncertainties_load.cxx
-
Alberto Prades Ibanez authored
-
Alberto Prades Ibanez authored
Then variables "m_PtRange" and "m_MassRange" are now named "m_MaxPt" and "m_MaxMass". In addition, when these variables where used and compared in GeV (dividing by /1000.), now it is compared in MeV.
-
Alberto Prades Ibanez authored
The use of UNKNOWN in my local enum has been completely removed and now a function with the form "StatusCode stringToEnum (const std::string& string, TypeEnum& result)" is used.
-
- 30 Jun, 2020 2 commits
-
-
Alberto Prades Ibanez authored
I have removed the variable "m_name" and, wherever it was used, the command AsgTool::name() is called.
-
Alberto Prades Ibanez authored
more generic namespace (JetTools). The "enum" has been replaced by an "enum class" called "FFJetAllowedMassDefEnum" and all the parts of the code that made references to the old namespace have been changed.
-
- 27 Jun, 2020 2 commits
-
-
Alberto Prades Ibanez authored
been fixed
-
Alberto Prades Ibanez authored
no longer "inline" functions
-
- 26 Jun, 2020 3 commits
-
-
Alberto Prades Ibanez authored
changed to "JetHelpers"
-
Alberto Prades Ibanez authored
Comb or Calo). Working in the problem...
-
Alberto Prades Ibanez authored
only uses std::cout for messaging
-
- 25 Jun, 2020 1 commit
-
-
Alberto Prades Ibanez authored
out the code because it did not work.
-