Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
3f8e0c74
Commit
3f8e0c74
authored
Feb 19, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 02, 2020
Browse files
Last licence notice files to modules
(cherry picked from commit
243d6b5a
)
parent
49daf269
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/modules/AlignmentDUTResidual/AlignmentDUTResidual.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of [AlignmentDUTResidual] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Implementation of module AlignmentDUTResidual
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AlignmentDUTResidual/AlignmentDUTResidual.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of [AlignmentDUTResidual] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Definition of module AlignmentDUTResidual
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*
* Contains minimal dummy module to use as a start for the development of your own module
*
* Refer to the User's Manual for more details.
*/
#include <TCanvas.h>
...
...
src/modules/AlignmentMillepede/AlignmentMillepede.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module AlignmentMillepede
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include <algorithm>
#include <cmath>
#include <iomanip>
...
...
src/modules/AlignmentMillepede/AlignmentMillepede.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module AlignmentMillepede
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AlignmentMillepede_H
#define AlignmentMillepede_H 1
...
...
src/modules/AlignmentTrackChi2/AlignmentTrackChi2.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module AlignmentTrackChi2
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "AlignmentTrackChi2.h"
#include <TVirtualFitter.h>
...
...
src/modules/AlignmentTrackChi2/AlignmentTrackChi2.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module AlignmentTrackChi2
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AlignmentTrackChi2_H
#define AlignmentTrackChi2_H 1
...
...
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module AnalysisDUT
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "AnalysisDUT.h"
#include "objects/Cluster.hpp"
...
...
src/modules/AnalysisDUT/AnalysisDUT.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module AnalysisDUT
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef CORRYVRECKAN_DUT_ANALYSIS_H
#define CORRYVRECKAN_DUT_ANALYSIS_H
...
...
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisEfficiency/AnalysisEfficiency.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisPowerPulsing/AnalysisPowerPulsing.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module AnalysisPowerPulsing
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "AnalysisPowerPulsing.h"
#include "objects/Cluster.hpp"
#include "objects/SpidrSignal.hpp"
...
...
src/modules/AnalysisPowerPulsing/AnalysisPowerPulsing.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of [AnalysisAnalysisPowerPulsing] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Definition of module AnalysisPowerPulsing
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*
* Contains minimal dummy module to use as a start for the development of your own module
*
* Refer to the User's Manual for more details.
*/
#ifndef AnalysisPowerPulsing_H
...
...
src/modules/AnalysisTelescope/AnalysisTelescope.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module AnalysisTelescope
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "AnalysisTelescope.h"
#include "objects/Cluster.hpp"
#include "objects/MCParticle.hpp"
...
...
src/modules/AnalysisTelescope/AnalysisTelescope.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module AnalysisTelescope
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AnalysisTelescope_H
#define AnalysisTelescope_H 1
...
...
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of [AnalysisTimingATLASpix] module
* @copyright Copyright (c) 2018 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2018-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/Clustering4D/Clustering4D.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module Clustering4D
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "Clustering4D.h"
using
namespace
corryvreckan
;
...
...
src/modules/Clustering4D/Clustering4D.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module Clustering4D
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef CLUSTERING4D_H
#define CLUSTERING4D_H 1
...
...
src/modules/ClusteringSpatial/ClusteringSpatial.cpp
View file @
3f8e0c74
/**
* @file
* @brief Implementation of module ClusteringSpatial
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include "ClusteringSpatial.h"
#include "objects/Pixel.hpp"
...
...
src/modules/ClusteringSpatial/ClusteringSpatial.h
View file @
3f8e0c74
/**
* @file
* @brief Definition of module ClusteringSpatial
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef ClusteringSpatial_H
#define ClusteringSpatial_H 1
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment