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
49daf269
Commit
49daf269
authored
Feb 19, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 02, 2020
Browse files
Mode license note sin module headers, adapted dummy module
(cherry picked from commit
e661b796
)
parent
03c98b12
Changes
18
Hide whitespace changes
Inline
Side-by-side
src/modules/Correlations/Correlations.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module Correlations
*
* @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 "Correlations.h"
using
namespace
corryvreckan
;
...
...
src/modules/Correlations/Correlations.h
View file @
49daf269
/**
* @file
* @brief Definition of module Correlations
*
* @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 CORRELATIONS_H
#define CORRELATIONS_H 1
...
...
src/modules/DUTAssociation/DUTAssociation.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module DUTAssociation
*
* @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 "DUTAssociation.h"
using
namespace
corryvreckan
;
...
...
src/modules/DUTAssociation/DUTAssociation.h
View file @
49daf269
/**
* @file
* @brief Definition of module DUTAssociation
*
* @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 DUTAssociation_H
#define DUTAssociation_H 1
...
...
src/modules/Dummy/Dummy.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of [Dummy] module
* Copyright (c) 2019 CERN and the Corryvreckan authors.
* @brief Implementation of module Dummy
*
* @copyright Copyright (c) 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/Dummy/Dummy.h
View file @
49daf269
/**
* @file
* @brief Definition of [Dummy] module
* Copyright (c) 2019 CERN and the Corryvreckan authors.
* @brief Definition of module Dummy
*
* @copyright Copyright (c) 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/EtaCalculation/EtaCalculation.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EtaCalculation
*
* @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 "EtaCalculation.h"
using
namespace
corryvreckan
;
...
...
src/modules/EtaCalculation/EtaCalculation.h
View file @
49daf269
/**
* @file
* @brief Definition of module EtaCalculation
*
* @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 EtaCalculation_H
#define EtaCalculation_H 1
...
...
src/modules/EtaCorrection/EtaCorrection.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EtaCorrection
*
* @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 "EtaCorrection.h"
using
namespace
corryvreckan
;
...
...
src/modules/EtaCorrection/EtaCorrection.h
View file @
49daf269
/**
* @file
* @brief Definition of module EtaCorrection
*
* @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 EtaCorrection_H
#define EtaCorrection_H 1
...
...
src/modules/EventLoaderATLASpix/EventLoaderATLASpix.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EventLoaderATLASpix
*
* @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 "EventLoaderATLASpix.h"
#include <regex>
...
...
src/modules/EventLoaderATLASpix/EventLoaderATLASpix.h
View file @
49daf269
/**
* @file
* @brief Definition of module EventLoaderATLASpix
*
* @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 EventLoaderATLASpix_H
#define EventLoaderATLASpix_H 1
...
...
src/modules/EventLoaderCLICpix/EventLoaderCLICpix.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EventLoaderCLICpix
*
* @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 "EventLoaderCLICpix.h"
using
namespace
corryvreckan
;
...
...
src/modules/EventLoaderCLICpix/EventLoaderCLICpix.h
View file @
49daf269
/**
* @file
* @brief Definition of module EventLoaderCLICpix
*
* @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 EventLoaderCLICpix_H
#define EventLoaderCLICpix_H 1
...
...
src/modules/EventLoaderCLICpix2/EventLoaderCLICpix2.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EventLoaderCLICpix2
*
* @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 "EventLoaderCLICpix2.h"
#include "CLICpix2/clicpix2_pixels.hpp"
...
...
src/modules/EventLoaderCLICpix2/EventLoaderCLICpix2.h
View file @
49daf269
/**
* @file
* @brief Definition of module EventLoaderCLICpix2
*
* @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 EventLoaderCLICpix2_H
#define EventLoaderCLICpix2_H 1
...
...
src/modules/EventLoaderEUDAQ/EventLoaderEUDAQ.cpp
View file @
49daf269
/**
* @file
* @brief Implementation of module EventLoaderEUDAQ
*
* @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 "EventLoaderEUDAQ.h"
#include "eudaq/PluginManager.hh"
...
...
src/modules/EventLoaderEUDAQ/EventLoaderEUDAQ.h
View file @
49daf269
/**
* @file
* @brief Definition of module EventLoaderEUDAQ
*
* @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 EventLoaderEUDAQ_H
#define EventLoaderEUDAQ_H 1
...
...
Write
Preview
Supports
Markdown
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