-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed copyright and license statements.
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
Showing
135 changed files
with
3,142 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.