Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Utilities/aliceHLTwrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ set(BUCKET_NAME O2DeviceApplication_bucket)
O2_GENERATE_LIBRARY()

Set(Exe_Names
aliceHLTWrapper
aliceHLTEventSampler
AliceHLTWrapperDevice
AliceHLTEventSamplerDevice
runComponent
)

Expand Down
6 changes: 3 additions & 3 deletions Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
//****************************************************************************
//* This file 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 3 of the License, or *
//* (at your option) any later version. *
//* the Free Software Foundation, either version 3 of the License, or *
//* (at your option) any later version. *
//* *
//* Primary Authors: Matthias Richter <richterm@scieq.net> *
//* *
//* The authors make no claims about the suitability of this software for *
//* any purpose. It is provided "as is" without express or implied warranty. *
//****************************************************************************

// @file aliHLTWrapper.cxx
// @file aliceHLTWrapper.cxx
// @author Matthias Richter
// @since 2014-05-07
// @brief FairRoot/ALFA device running ALICE HLT code
Expand Down