Skip to content

Commit

Permalink
Fixed copyright and license statements.
Browse files Browse the repository at this point in the history
Using GPL version 2 as a license for our project. Text of the license is
added as well as license and copyright statements in the beginning of
each source file.
  • Loading branch information
kandrosov committed Jun 26, 2014
1 parent 93bbd9f commit ea59977
Show file tree
Hide file tree
Showing 135 changed files with 3,142 additions and 169 deletions.
22 changes: 20 additions & 2 deletions Analysis/include/AnalysisTools.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file AnalysisTools.h
* \brief Common tools and definitions suitable for analysis purposes.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-05-07 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/AnalyzerData.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \class AnalyzerData AnalyzerData.h
* \brief Base class for Analyzer data containers.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2013-03-29 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/BaseAnalyzer.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file BaseAnalyzer.h
* \brief Definition of BaseAnalyzer class which is the base class for all X->HH->bbTauTau and H->tautau analyzers.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-03-20 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion Analysis/include/BaseConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* VoltageSourceControl is distributed in the hope that it will be useful,
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/Candidate.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file Candidate.h
* \brief Definition of Candidate class to store reconstructed object candidate.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-03-19 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion Analysis/include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* VoltageSourceControl is distributed in the hope that it will be useful,
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/CutTools.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file CutTools.h
* \brief Common tools and definitions to apply cuts.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-02-14 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/DebugTools.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file DebugTools.h
* \brief Common tools and definitions suitable for debug purposes.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-03-29 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/EventDescriptor.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file EventDescriptor.h
* \brief Definition of EventDescriptor class that contains all ntuple data for one event.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-03-28 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/EventId.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file EventId.h
* \brief Definition of EventId class which represent unique CMS event identifier.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-04-16 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/GenParticle.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file GenParticle.h
* \brief Definition of GenParticle class for analysis.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-02-17 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/HH_BaseAnalyzer.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file HH_BaseAnalyzer.h
* \brief Definition of HH_BaseAnalyzer class which is the base class for all X->HH->bbTauTau analyzers.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-05-07 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/H_BaseAnalyzer.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/*!
* \file H_BaseAnalyzer.h
* \brief Definition of H_BaseAnalyzer class which is the base class for all H->tautau analyzers.
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-05-07 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
22 changes: 20 additions & 2 deletions Analysis/include/Htautau_Summer13.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@
* \file Htautau_Summer13.h
* \brief Higgs in tautau recommended baseline selection cuts for Summer13
* see https://twiki.cern.ch/twiki/bin/viewauth/CMS/HiggsToTauTauWorkingSummer2013
* \author Konstantin Androsov (INFN Pisa, Siena University)
* \author Maria Teresa Grippo (INFN Pisa, Siena University)
* \author Konstantin Androsov (Siena University, INFN Pisa)
* \author Maria Teresa Grippo (Siena University, INFN Pisa)
* \date 2014-02-13 created
*
* Copyright 2014 Konstantin Androsov <[email protected]>,
* Maria Teresa Grippo <[email protected]>
*
* This file is part of X->HH->bbTauTau.
*
* X->HH->bbTauTau is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* X->HH->bbTauTau is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with X->HH->bbTauTau. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion Analysis/include/Htautau_TriggerEfficiency.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file Htautau_TriggerEfficiency.h
* \brief Definition of functions to calculate trigger efficiencies.Higgs.
*
* Code copied from CMG Tools:
* Original code copied from CMG Tools:
* https://github.com/rmanzoni/HTT/blob/master/CMGTools/H2TauTau/interface/TriggerEfficiency.h
* https://github.com/rmanzoni/HTT/blob/master/CMGTools/H2TauTau/src/TriggerEfficiency.cc
*
Expand Down
Loading

0 comments on commit ea59977

Please sign in to comment.