Skip to content

Commit 41fecee

Browse files
authored
Merge pull request #23 from klendathu2k/STAR-REPO-AI
Minor code cleanups
2 parents f9bee07 + 694bdd5 commit 41fecee

5 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ Follow best practices unless overridden below. Formatting style not mandated exc
8686
* Deviations allowed for legacy code.
8787
* Refactor incrementally, one deviation at a time, preserving behavior.
8888

89-
## Instructions for AI Code Reviews
89+
## Instructions Code Reviews
9090
* Do not violate these conventions when recommending changes
91+
* Review the entire set of files in the pull request, not just the proposed changes
9192

9293

9394

StRoot/StEEmcSimulatorMaker/StEEmcFastMaker.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include "StEEmcUtil/EEmcGeom/EEmcGeomDefs.h"
1818

1919

20-
ClassImp(StEEmcFastMaker)
21-
2220
//--------------------------------------------
2321
void
2422
StEEmcFastMaker::Clear(Option_t *) {

StRoot/StEEmcSimulatorMaker/StEEmcFastMaker.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ www.star.bnl.gov/STAR/eemc -->How To
6666
#ifndef STAR_StEEmcFastMaker
6767
#define STAR_StEEmcFastMaker
6868

69-
70-
#ifndef StMaker_H
7169
#include "StMaker.h"
72-
#endif
70+
7371
class EEeventDst;
7472
class StEvent;
7573
class EEmcMCData;

StRoot/StEEmcSimulatorMaker/StEEmcSlowMaker.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#include "StEEmcFastMaker.h"
1717
#include "StEEmcSlowMaker.h"
1818

19-
ClassImp(StEEmcSlowMaker)
20-
2119
//________________________________________________
2220
StEEmcSlowMaker::StEEmcSlowMaker(const Char_t *name, const Char_t*)
2321
: StMaker(name) {

StRoot/StEEmcSimulatorMaker/StEEmcSlowMaker.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@
121121
*
122122
*/
123123

124-
#ifndef StMaker_H
125124
#include "StMaker.h"
126-
#endif
127125

128126
class TObjArray;
129127
class StEEmcDb;

0 commit comments

Comments
 (0)