Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
HEP
HEPnOS
Commits
479346ad
Commit
479346ad
authored
Apr 24, 2018
by
Matthieu Dorier
Browse files
added copyright header
parent
0d8a2168
Changes
25
Hide whitespace changes
Inline
Side-by-side
include/hepnos/DataSet.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_DATA_SET_H
#define __HEPNOS_DATA_SET_H
...
...
include/hepnos/DataStore.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_DATA_STORE_H
#define __HEPNOS_DATA_STORE_H
...
...
include/hepnos/Demangle.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_DEMANGLE_H
#define __HEPNOS_DEMANGLE_H
...
...
include/hepnos/Event.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_EVENT_H
#define __HEPNOS_EVENT_H
...
...
include/hepnos/EventNumber.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_EVENT_NUMBER_H
#define __HEPNOS_EVENT_NUMBER_H
...
...
include/hepnos/Exception.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_EXCEPTION_H
#define __HEPNOS_EXCEPTION_H
...
...
include/hepnos/KeyValueContainer.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_KEYVAL_CONTAINER_H
#define __HEPNOS_KEYVAL_CONTAINER_H
...
...
include/hepnos/Run.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_RUN_H
#define __HEPNOS_RUN_H
...
...
include/hepnos/RunNumber.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_RUN_NUMBER_H
#define __HEPNOS_RUN_NUMBER_H
...
...
include/hepnos/RunSet.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_RUN_SET_H
#define __HEPNOS_RUN_SET_H
...
...
include/hepnos/SubRun.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_SUBRUN_H
#define __HEPNOS_SUBRUN_H
...
...
include/hepnos/SubRunNumber.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_SUB_RUN_NUMBER_H
#define __HEPNOS_SUB_RUN_NUMBER_H
...
...
src/DataSet.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include "hepnos/DataSet.hpp"
#include "hepnos/Run.hpp"
#include "hepnos/RunSet.hpp"
...
...
src/DataStore.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include <vector>
#include <functional>
#include <iostream>
...
...
src/Event.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include "hepnos/Event.hpp"
#include "private/EventImpl.hpp"
#include "private/DataStoreImpl.hpp"
...
...
src/Run.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include "hepnos/Run.hpp"
#include "private/RunImpl.hpp"
#include "private/SubRunImpl.hpp"
...
...
src/RunSet.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include <iomanip>
#include <sstream>
#include <string>
...
...
src/SubRun.cpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#include "hepnos/SubRun.hpp"
#include "private/SubRunImpl.hpp"
#include "private/EventImpl.hpp"
...
...
src/private/DataSetImpl.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_PRIVATE_DATASET_IMPL_H
#define __HEPNOS_PRIVATE_DATASET_IMPL_H
...
...
src/private/DataStoreImpl.hpp
View file @
479346ad
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __HEPNOS_PRIVATE_DATASTORE_IMPL
#define __HEPNOS_PRIVATE_DATASTORE_IMPL
...
...
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